From 6b6fec28658e5815601da8bf1119f08c4bdb7b15 Mon Sep 17 00:00:00 2001 From: Alex Rudyy Date: Sun, 10 Nov 2013 12:57:26 +0000 Subject: QPID-5327: Fix javascript errors reported in IE7 and IE11 on opening log viewer tab and preferences dialog git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1540472 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/java/resources/js/qpid/common/grid/FilterSummary.js | 2 +- .../src/main/java/resources/js/qpid/management/logs/LogViewer.js | 2 +- .../management-http/src/main/java/resources/showPreferences.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'qpid/java') diff --git a/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/common/grid/FilterSummary.js b/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/common/grid/FilterSummary.js index 2b1d960fa5..d29e4027df 100644 --- a/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/common/grid/FilterSummary.js +++ b/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/common/grid/FilterSummary.js @@ -167,7 +167,7 @@ return declare("qpid.common.grid.FilterSummary", [_WidgetBase], { _onMouseLeave: function(e){ this._clearStatusTipTimeout(); - }, + } }); }); \ No newline at end of file diff --git a/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/logs/LogViewer.js b/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/logs/LogViewer.js index 364d5403a3..7f7a8c3886 100644 --- a/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/logs/LogViewer.js +++ b/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/logs/LogViewer.js @@ -106,7 +106,7 @@ define(["dojo/_base/xhr", filterable: false, formatter: function(val) { return currentTimeZone; - }, + } }, { name: "Level", field: "level", width: "50px", datatype: "string", autoComplete: true, hidden: true}, { name: "Logger", field: "logger", width: "150px", datatype: "string", autoComplete: false, hidden: true}, diff --git a/qpid/java/broker-plugins/management-http/src/main/java/resources/showPreferences.html b/qpid/java/broker-plugins/management-http/src/main/java/resources/showPreferences.html index ada919f5a5..2695d8f099 100644 --- a/qpid/java/broker-plugins/management-http/src/main/java/resources/showPreferences.html +++ b/qpid/java/broker-plugins/management-http/src/main/java/resources/showPreferences.html @@ -34,7 +34,7 @@ required: false, smallDelta: 1, value: 5, - constraints: {min:1,max:65535,places:0, pattern: '#####'}, + constraints: {min:1,max:65535,places:0, pattern: '#####'} "/> -- cgit v1.2.1