Merge branch 'feature-sailfishos-cleanup' into development
[quandoparte] / www / screenshot-generator.js
index d04231f..c8a7477 100644 (file)
@@ -1,8 +1,11 @@
 var screenshots = {
-       "@1" : "Version 0.5.0 for Meego Harmattan N9/N950",
+       "@1" : "Version 0.6.0 for Sailfish OS",
+       "sailfishos-screenshot-stationlist.png" : "The Station List View",
+       "sailfishos-screenshot-stationview.png" : "The Station Departures View",
+       "@2" : "Version 0.5.0 for Meego Harmattan N9/N950",
        "harmattan-screenshot-stationlist.png" : "The Station List View",
        "harmattan-screenshot-stationview.png" : "The Station Departures View",
-       "@2" : "Version 0.4.3 for Maemo 5 N900",
+       "@3" : "Version 0.4.3 for Maemo 5 N900",
        "screenshot-stationlist.png" : "The Station List View",
        "screenshot-stationview.png" : "The Station Departures View",
        "screenshot-stationlist-menu.png" : "The Station List Menu",
@@ -69,6 +72,7 @@ function generate_section(value, index, array)
        sectionElement.appendChild(captionElement);
        screenshots.appendChild(sectionElement);
 }
+
 function build_screenshot_list()
 {
        for (var key in screenshots) {
@@ -91,5 +95,3 @@ if (window.addEventListener) {
 } else if (window.attachEvent) {
        window.attachEvent('onload', build_screenshot_list);
 }
-
-