coverpage: Rename the static images directory to match bootstrap.

This commit is contained in:
Chris Johns 2017-01-12 13:11:34 +11:00
parent 9eb8a437bd
commit bceb2860b7
3 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 979 B

After

Width:  |  Height:  |  Size: 979 B

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -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');