* zin: disable to load content in modal as default.
This commit is contained in:
+1
-5
@@ -974,11 +974,7 @@
|
||||
}
|
||||
if($modal.length)
|
||||
{
|
||||
if(!options.load)
|
||||
{
|
||||
if(!url) return;
|
||||
options.load = 'modal';
|
||||
}
|
||||
if(!options.load && !url) return;
|
||||
if(options.load === 'modal' && !options.target) options.target = $modal.attr('id');
|
||||
if(options.load === 'table')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user