* fix a bug.

This commit is contained in:
wangyidong
2014-12-18 03:54:33 +00:00
parent 236103cded
commit 0099f3e337
+1
View File
@@ -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);