fix .getFormattedString parameter
authorJason Etheridge <jason@esilibrary.com>
Mon, 4 Feb 2013 07:24:36 +0000 (02:24 -0500)
committerJason Etheridge <jason@esilibrary.com>
Mon, 4 Feb 2013 07:38:51 +0000 (02:38 -0500)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Open-ILS/xul/staff_client/chrome/content/main/main.js

index a86b642..4a49f34 100644 (file)
@@ -604,7 +604,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',