//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
@@ -57,7 +57,7 @@
}
else
{
jAlert('{l s='You do not have permission to delete here. When the multistore is enabled, only a SuperAdmin can delete all items before an import.' js='1'}');
jAlert('{l s='You do not have permission to delete here. When the multistore is enabled, only a SuperAdmin can delete all items before an import.' js=1}');
return false;
}
}