//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
@@ -90,7 +90,7 @@
var table = $('#selectTables select').val();
if (!table)
jAlert("{l s='Please choose a table.' js='1'}");
jAlert("{l s='Please choose a table.' js=1}");
else
AddRequestSql(table);
});