Remove old debug message

This commit is contained in:
Oliver 2021-06-25 15:22:40 +10:00
parent d411728be6
commit b29db6f258
2 changed files with 4 additions and 2 deletions

View File

@ -444,6 +444,10 @@ function initializeRelatedField(modal, name, field, options) {
*/
function renderModelData(name, model, data, paramaters, options) {
if (!data) {
return '{% trans "Searching" %}...';
}
// TODO: Implement this function for various models
var html = null;

View File

@ -991,8 +991,6 @@ function hideModalImage() {
function showModalImage(image_url) {
// Display full-screen modal image
console.log('showing modal image: ' + image_url);
var modal = $('#modal-image-dialog');
// Set image content