summaryrefslogtreecommitdiffstats
path: root/common/coverpage
diff options
context:
space:
mode:
Diffstat (limited to 'common/coverpage')
-rw-r--r--common/coverpage/static/rtems/js/catalogue.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/common/coverpage/static/rtems/js/catalogue.js b/common/coverpage/static/rtems/js/catalogue.js
index 9a6a221..da18aaa 100644
--- a/common/coverpage/static/rtems/js/catalogue.js
+++ b/common/coverpage/static/rtems/js/catalogue.js
@@ -4,21 +4,6 @@
* Licensed under the MIT license
*/
-function parseCatalogue(xml) {
- if (window.DOMParser)
- {
- parser = new DOMParser();
- xmlDoc = parser.parseFromString(xml, "text/xml");
- }
- else // Internet Explorer
- {
- xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
- xmlDoc.async = false;
- xmlDoc.loadXML(xml);
- }
- return xmlDoc;
-}
-
function catalogueHeader(id, title, date) {
return '' +
' <div class="table-responsive">' +