[-] BO : BugFix - Alert message for new CMS pages + errors

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13736 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fGaillard
2012-02-29 13:43:46 +00:00
parent bf6084e8b5
commit 3d5857a770
3 changed files with 29 additions and 34 deletions
@@ -47,10 +47,10 @@
}
}
$('#active_on').bind('click', function(){
toggleDraftWarning(true);
toggleDraftWarning(false);
});
$('#active_off').bind('click', function(){
toggleDraftWarning(false);
toggleDraftWarning(true);
});
});
{/block}