diff --git a/module/doc/js/tablecontents.js b/module/doc/js/tablecontents.js index d5b7d7dd85..c19b2f92de 100644 --- a/module/doc/js/tablecontents.js +++ b/module/doc/js/tablecontents.js @@ -130,9 +130,9 @@ $(function() if($(this).hasClass('edit-module')) { new $.zui.ModalTrigger({ - keyboard : true + keyboard : true, type : 'ajax', - url : $(this).find('a').data('href'), + url : $(this).find('a').data('href') }).show(); } if(item.type !== 'add') return;