fix .getFormattedString parameter
authorJason Etheridge <jason@esilibrary.com>
Mon, 4 Feb 2013 07:24:36 +0000 (02:24 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 11 Feb 2013 23:27:53 +0000 (18:27 -0500)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/xul/staff_client/chrome/content/main/main.js

index d5e10bc..d125d01 100644 (file)
@@ -586,7 +586,7 @@ function main_init() {
             }
         }
 
-        window.document.title = authStrings.getFormattedString('staff.auth.titlebar.label', CLIENT_VERSION);
+        window.document.title = authStrings.getFormattedString('staff.auth.titlebar.label', [CLIENT_VERSION]);
         var x = document.getElementById('about_btn');
         x.addEventListener(
             'command',