This commit is contained in:
chenfeiCF
2016-05-26 08:55:09 +08:00
parent 760743962d
commit 4fecea04ce
+2 -2
View File
@@ -73,6 +73,6 @@ function deleteItem(obj)
$(document).ready(function()
{
toggleCopy();
// $("#submenucreate").modalTrigger({type: 'iframe', width: 500});
// $("#submenuedit").modalTrigger({type: 'iframe', width: 500});
$('[data-id="create"] a').modalTrigger({type: 'iframe', width: 500});
$('[data-id="edit"] a').modalTrigger({type: 'iframe', width: 500});
});