]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #1645
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Wed, 14 May 2008 12:05:32 +0000 (12:05 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Wed, 14 May 2008 12:05:32 +0000 (12:05 +0000)
svn changeset:4480/svn branch:trunk

WebContent/reservr.html

index 2ffe0b9b290bd5f93b48fd8752ef24fb465e3352..07f7ba256225582974c2d34c92116fb7b7bd9c83 100644 (file)
@@ -30,9 +30,9 @@
        itmill.toolkitConfigurations = {};
        itmill.themesLoaded = {};
        document.write('<iframe id="__gwt_historyFrame" style="width:0;height:0;border:0;overflow:hidden" src="javascript:false"></iframe>');
-       document.write("<script language='javascript' src='/ITMILL/widgetsets/com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet/com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet.nocache.js'><\/script>");
+       document.write("<script language='javascript' src='ITMILL/widgetsets/com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet/com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet.nocache.js'><\/script>");
        }
-       itmill.toolkitConfigurations["itmill-ajax-window"] = {appUri:'/Reservr', pathInfo: '/', themeUri:'/ITMILL/themes/reservr'};
+       itmill.toolkitConfigurations["itmill-ajax-window"] = {appUri:'../../../Reservr', pathInfo: '/', themeUri:'../../../ITMILL/themes/reservr'};
        //]]>
        </script>
        <script type="text/javascript">
@@ -41,7 +41,7 @@
        var stylesheet = document.createElement('link');
        stylesheet.setAttribute('rel', 'stylesheet');
        stylesheet.setAttribute('type', 'text/css');
-       stylesheet.setAttribute('href', '/ITMILL/themes/reservr/styles.css');
+       stylesheet.setAttribute('href', 'ITMILL/themes/reservr/styles.css');
        document.getElementsByTagName('head')[0].appendChild(stylesheet);
        itmill.themesLoaded['reservr'] = true;
        }