summaryrefslogtreecommitdiffstats
path: root/common/html-coverpage/coverpage.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/html-coverpage/coverpage.js')
-rw-r--r--common/html-coverpage/coverpage.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/common/html-coverpage/coverpage.js b/common/html-coverpage/coverpage.js
deleted file mode 100644
index 4655c29..0000000
--- a/common/html-coverpage/coverpage.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/*!
- * Copyright 2017 Chris Johns <chrisj@rtems.org>
- */
-
-/*
- * Embed the XML catalogue in this JS code to get around the Chrome on Windows
- * security "feature" where loading of a local disk file under the same path as
- * the HTML Chrome just loaded from disk is not allowed.
- */
-function coverPageCatalogue() {
- xml = '@CATALOGUE';
- paintCatalogue($.parseXML(xml));
-}