[rtems-docs commit] coverpage: Rename the static images directory to match bootstrap.

Chris Johns chrisj at rtems.org
Thu Jan 12 02:11:43 UTC 2017


Module:    rtems-docs
Branch:    master
Commit:    bceb2860b713133e6340128e781f6d737cb43b1c
Changeset: http://git.rtems.org/rtems-docs/commit/?id=bceb2860b713133e6340128e781f6d737cb43b1c

Author:    Chris Johns <chrisj at rtems.org>
Date:      Thu Jan 12 13:11:34 2017 +1100

coverpage: Rename the static images directory to match bootstrap.

---

 .../static/{images => img}/Adobe_PDF_file_icon_32x32.png    | Bin
 common/coverpage/static/{images => img}/html-xxl.png        | Bin
 common/coverpage/static/rtems/js/catalogue.js               |   4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/coverpage/static/images/Adobe_PDF_file_icon_32x32.png b/common/coverpage/static/img/Adobe_PDF_file_icon_32x32.png
similarity index 100%
rename from common/coverpage/static/images/Adobe_PDF_file_icon_32x32.png
rename to common/coverpage/static/img/Adobe_PDF_file_icon_32x32.png
diff --git a/common/coverpage/static/images/html-xxl.png b/common/coverpage/static/img/html-xxl.png
similarity index 100%
rename from common/coverpage/static/images/html-xxl.png
rename to common/coverpage/static/img/html-xxl.png
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');




More information about the vc mailing list