source: rtems-docs/common/coverpage/coverpage.js @ 049097f

5
Last change on this file since 049097f was 049097f, checked in by Chris Johns <chrisj@…>, on 01/12/17 at 01:55:15

coverpage: Update the coverpage to have the table collapse.

Add each doc's conf.py as a dependence to catalogue.xml.

  • Property mode set to 100644
File size: 376 bytes
Line 
1/*!
2 * Copyright 2017 Chris Johns <chrisj@rtems.org>
3 */
4
5/*
6 * Embed the XML catalogue in this JS code to get around the Chrome on Windows
7 * security "feature" where loading of a local disk file under the same path as
8 * the HTML Chrome just loaded from disk is not allowed.
9 */
10function coverPageCatalogue() {
11    xml = '@CATALOGUE';
12    paintCatalogue($.parseXML(xml));
13}
Note: See TracBrowser for help on using the repository browser.