* fix ajaxform not work.

This commit is contained in:
Catouse
2018-11-15 10:18:14 +08:00
parent e3efb2e5af
commit f724c7ddb6
5 changed files with 12 additions and 34 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<?php
js::import($jsRoot . 'jquery/form/min.js');
js::import($jsRoot . 'jquery/form/zentao.js');
// js::import($jsRoot . 'jquery/form/min.js');
// js::import($jsRoot . 'jquery/form/zentao.js');
// Now jquery.form is built in zui zentao edition, no need to include them.
?>