* zin: disable to load content in modal as default.

This commit is contained in:
sunhao
2023-08-03 17:41:23 +08:00
parent fa03a2fcfe
commit 60d3357fd2
+1 -5
View File
@@ -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')
{