[+] Project : Add Smarty console options

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11501 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
jBreux
2011-12-21 15:35:34 +00:00
parent 0cc6fee10b
commit 272ce10298
8 changed files with 131 additions and 80 deletions
@@ -150,7 +150,7 @@
return false;
});
$('input[name="smarty_force_compile"], input[name="smarty_cache"]').change(function(){
$('input[name="smarty_force_compile"], input[name="smarty_cache"], input[name="smarty_console"]').change(function(){
$('#smarty_up').val(1);
});