mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-19 06:03:17 +08:00
coverpage: Rename the static images directory to match bootstrap.
This commit is contained in:
Before Width: | Height: | Size: 979 B After Width: | Height: | Size: 979 B |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
@@ -56,8 +56,8 @@ function paintCatalogue(xml) {
|
|||||||
/*
|
/*
|
||||||
* Use jquery as XMLDocument is consider not stable on Firefox's web site.
|
* Use jquery as XMLDocument is consider not stable on Firefox's web site.
|
||||||
*/
|
*/
|
||||||
var pdfIcon = 'static/images/Adobe_PDF_file_icon_32x32.png';
|
var pdfIcon = 'static/img/Adobe_PDF_file_icon_32x32.png';
|
||||||
var htmlIcon = 'static/images/html-xxl.png';
|
var htmlIcon = 'static/img/html-xxl.png';
|
||||||
var docs = $(xml).find('rtems-docs');
|
var docs = $(xml).find('rtems-docs');
|
||||||
var date = $(docs).attr('date');
|
var date = $(docs).attr('date');
|
||||||
var title = $(docs).find('catalogue');
|
var title = $(docs).find('catalogue');
|
||||||
|
Reference in New Issue
Block a user