From 8db20d5da1f323077e1464a5e315a0de83cea27a Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 10 Mar 2015 11:30:39 -0400 Subject: [PATCH] JBAS-415 remove more hard-coded XUL version strings Signed-off-by: Bill Erickson --- Open-ILS/xul/staff_client/chrome/content/main/constants.js | 4 ++-- Open-ILS/xul/staff_client/server/skin/global.css | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/main/constants.js b/Open-ILS/xul/staff_client/chrome/content/main/constants.js index 8f0f14f089..0785d31220 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/constants.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/constants.js @@ -35,8 +35,8 @@ const MODE_EXCL = 0x80; const PERMS_FILE = 0644; const PERMS_DIR = 0755; -const CLIENT_VERSION = '2.4.1'; -const CLIENT_STAMP = 'rel_2_4_1'; +const CLIENT_VERSION = ''; +const CLIENT_STAMP = ''; var my_constants = { 'magical_statuses' : { diff --git a/Open-ILS/xul/staff_client/server/skin/global.css b/Open-ILS/xul/staff_client/server/skin/global.css index 9772a752cc..d01a5315e2 100644 --- a/Open-ILS/xul/staff_client/server/skin/global.css +++ b/Open-ILS/xul/staff_client/server/skin/global.css @@ -4,9 +4,9 @@ @namespace html url("http://www.w3.org/TR/REC-html40"); @namespace xhtml url("http://www.w3.org/1999/xhtml"); -help { -moz-binding: url('/xul/rel_2_4_1/server/main/bindings.xml#help'); } -messagecatalog { -moz-binding: url('/xul/rel_2_4_1/server/main/bindings.xml#messagecatalog'); } -.shrinkable_groupbox { font-weight: bold; -moz-binding: url('/xul/rel_2_4_1/server/main/bindings.xml#caption'); } +help { -moz-binding: url('/xul/server/main/bindings.xml#help'); } +messagecatalog { -moz-binding: url('/xul/server/main/bindings.xml#messagecatalog'); } +.shrinkable_groupbox { font-weight: bold; -moz-binding: url('/xul/server/main/bindings.xml#caption'); } window:not([active="true"]) menubar > menu { color: menutext !important } -- 2.11.0