[-] 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:
@@ -47,10 +47,10 @@
|
||||
}
|
||||
}
|
||||
$('#active_on').bind('click', function(){
|
||||
toggleDraftWarning(true);
|
||||
toggleDraftWarning(false);
|
||||
});
|
||||
$('#active_off').bind('click', function(){
|
||||
toggleDraftWarning(false);
|
||||
toggleDraftWarning(true);
|
||||
});
|
||||
});
|
||||
{/block}
|
||||
|
||||
Reference in New Issue
Block a user