//replaced all js='1' with js=1 so that the translation regexes don't fail

This commit is contained in:
djfm
2013-07-22 09:34:18 +00:00
parent 838a4e8bc9
commit 3c59c5e779
6 changed files with 8 additions and 8 deletions
@@ -106,7 +106,7 @@
if ($(this).attr('name') == 'category_reduction['+$('[name="id_category"]:checked').val()+']')
{
exist = true;
jAlert('{l s='This category already exists for this group.' js='1'}');
jAlert('{l s='This category already exists for this group.' js=1}');
return false;
}
});
@@ -268,4 +268,4 @@
{else}
{$smarty.block.parent}
{/if}
{/block}
{/block}