diff --git a/activemq-web-console/src/main/webapp/browse.jsp b/activemq-web-console/src/main/webapp/browse.jsp index 0e18e15a4e..ce093e43da 100644 --- a/activemq-web-console/src/main/webapp/browse.jsp +++ b/activemq-web-console/src/main/webapp/browse.jsp @@ -50,7 +50,7 @@ " - title="${row.properties}">${row.JMSMessageID} + title="">${row.JMSMessageID} diff --git a/activemq-web-console/src/main/webapp/js/common.js b/activemq-web-console/src/main/webapp/js/common.js index e20a34fb9c..a4f6921fdc 100644 --- a/activemq-web-console/src/main/webapp/js/common.js +++ b/activemq-web-console/src/main/webapp/js/common.js @@ -106,16 +106,3 @@ function getEventTarget(e) { return targ; } -function confirmAction(id, url) { - //TODO i18n messages - var select = document.getElementById(id); - var selectedIndex = select.selectedIndex; - if (select.selectedIndex == 0) { - alert("Please select a value"); - return; - } - var value = select.options[selectedIndex].value; - url = url.replace(/%target%/gi, value); - if (confirm("Are you sure?")) - location.href=url; -} \ No newline at end of file diff --git a/activemq-web-console/src/main/webapp/message.jsp b/activemq-web-console/src/main/webapp/message.jsp index 7563d06b92..262dc5e688 100644 --- a/activemq-web-console/src/main/webapp/message.jsp +++ b/activemq-web-console/src/main/webapp/message.jsp @@ -151,7 +151,7 @@ No message could be found for ID - ')">Copy + ')">Copy