diff --git a/www/js/my.full.js b/www/js/my.full.js index 49e4539f9c..929c47817a 100644 --- a/www/js/my.full.js +++ b/www/js/my.full.js @@ -937,6 +937,7 @@ function setModal() { options.cssClass += ' hide-header'; } + if(typeof(options.url) == 'undefined' || !options.url) return false; var modal = $('#ajaxModal').addClass('modal-loading').data('first', true);