summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-01-12 13:20:48 +1100
committerChris Johns <chrisj@rtems.org>2017-01-12 13:20:48 +1100
commit7956bbffef731a979fad14d86042292aac35a6dc (patch)
treed012feb23dc10f19b9dd0d56b89f1e07e243cf96 /common
parentcoverpage: Make showing the table conditional. (diff)
downloadrtems-docs-7956bbffef731a979fad14d86042292aac35a6dc.tar.bz2
coverpage: Remove used function.
Diffstat (limited to 'common')
-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">' +