[Bps-public-commit] rt-extension-hotkeys branch, master, updated. 9aa7557a67f8d6d30f35ba28d16023448ebb972f

? sunnavy sunnavy at bestpractical.com
Sat Jan 14 23:03:38 EST 2012


The branch, master has been updated
       via  9aa7557a67f8d6d30f35ba28d16023448ebb972f (commit)
      from  aed4fda150e5b7ccac07c405cf60ca08656b88d4 (commit)

Summary of changes:
 html/NoAuth/js/hotkeys.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 9aa7557a67f8d6d30f35ba28d16023448ebb972f
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sun Jan 15 12:03:27 2012 +0800

    localize prompt and use 'Goto Ticket' as it's already translated

diff --git a/html/NoAuth/js/hotkeys.js b/html/NoAuth/js/hotkeys.js
index 0a3302f..518aeee 100644
--- a/html/NoAuth/js/hotkeys.js
+++ b/html/NoAuth/js/hotkeys.js
@@ -49,7 +49,7 @@
     }
 
     function ticket() {
-        var number = prompt("Open ticket:", "");
+        var number = prompt("<% loc('Goto Ticket') %>", "");
         if (number){
             window.location = '<% $web_path %>/Ticket/Display.html?id=' + number;
         }

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list