summaryrefslogtreecommitdiffstats
path: root/common/coverpage/static/rtems/js/catalogue.js
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-01-12 13:11:34 +1100
committerChris Johns <chrisj@rtems.org>2017-01-12 13:11:34 +1100
commitbceb2860b713133e6340128e781f6d737cb43b1c (patch)
tree0e1568ee1a461f76155588af1e48aa93fb02934c /common/coverpage/static/rtems/js/catalogue.js
parentcoverpage: Fix the catalogue table id. (diff)
downloadrtems-docs-bceb2860b713133e6340128e781f6d737cb43b1c.tar.bz2
coverpage: Rename the static images directory to match bootstrap.
Diffstat (limited to '')
-rw-r--r--common/coverpage/static/rtems/js/catalogue.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/coverpage/static/rtems/js/catalogue.js b/common/coverpage/static/rtems/js/catalogue.js
index 74ccbcc..c3becf6 100644
--- a/common/coverpage/static/rtems/js/catalogue.js
+++ b/common/coverpage/static/rtems/js/catalogue.js
@@ -56,8 +56,8 @@ function paintCatalogue(xml) {
/*
* Use jquery as XMLDocument is consider not stable on Firefox's web site.
*/
- var pdfIcon = 'static/images/Adobe_PDF_file_icon_32x32.png';
- var htmlIcon = 'static/images/html-xxl.png';
+ var pdfIcon = 'static/img/Adobe_PDF_file_icon_32x32.png';
+ var htmlIcon = 'static/img/html-xxl.png';
var docs = $(xml).find('rtems-docs');
var date = $(docs).attr('date');
var title = $(docs).find('catalogue');