fix syntax error in tags JavaScript
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 3 Apr 2009 16:14:49 +0000 (11:14 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Thu, 16 Apr 2009 15:45:56 +0000 (17:45 +0200)
FF will tolerate a trailing comma in an
array literal, but Internet Explorer does not.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/opac-tmpl/prog/en/js/tags.js

index 83f5be8..8d04761 100644 (file)
@@ -75,7 +75,7 @@ KOHA.Tags = {
        scrubbed : function(arg) {return (_("Note: your tag contained markup code that was removed. The tag was added as '" +arg+ "'."));},
     failed_add_tag : function(arg) {return (_("Error! The add_tag operation failed on '" +arg+ "'.  Note: you can only tag an item with a given term once.  Check 'My Tags' to see your current tags."));},
     failed_delete  : function(arg) {return (_("Error! You cannot delete the tag '" +arg+ "'.  Note: you can only delete your own tags."));},
-       login : function(arg) {return (_("You must be logged in to add tags."));},
+       login : function(arg) {return (_("You must be logged in to add tags."));}
        },
 
     // Used to tag multiple items at once.  The main difference