Loading cesiumjs4gwt-main/src/main/java/org/cesiumjs/linker/CesiumScriptInjector.java +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ public class CesiumScriptInjector extends AbstractLinker { .append(LOADED_SCRIPTS).append("['").append(src).append("'] = true;\n ") .append("document.write('<script src=\"").append(pageRelativeModulePath) .append("/").append(src).append("\">").append("</script>');\n}\n"); System.out.println(src); // System.out.println(src); } return result.toString(); } Loading cesiumjs4gwt-showcase/src/main/webapp/Showcase.html +2 −2 Original line number Diff line number Diff line Loading @@ -17,8 +17,8 @@ <body> <!-- OPTIONAL: include this if you want history support --> <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe> <!--<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1'--> <!-- style="position:absolute;width:0;height:0;border:0"></iframe>--> <!-- RECOMMENDED if your web app will not function without JavaScript enabled --> <noscript> Loading cesiumjs4gwt-showcase/src/main/webapp/ShowcaseSuperDevMode.html +2 −2 Original line number Diff line number Diff line Loading @@ -22,8 +22,8 @@ <body> <!-- OPTIONAL: include this if you want history support --> <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe> <!--<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1'--> <!-- style="position:absolute;width:0;height:0;border:0"></iframe>--> <!-- RECOMMENDED if your web app will not function without JavaScript enabled --> <noscript> Loading Loading
cesiumjs4gwt-main/src/main/java/org/cesiumjs/linker/CesiumScriptInjector.java +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ public class CesiumScriptInjector extends AbstractLinker { .append(LOADED_SCRIPTS).append("['").append(src).append("'] = true;\n ") .append("document.write('<script src=\"").append(pageRelativeModulePath) .append("/").append(src).append("\">").append("</script>');\n}\n"); System.out.println(src); // System.out.println(src); } return result.toString(); } Loading
cesiumjs4gwt-showcase/src/main/webapp/Showcase.html +2 −2 Original line number Diff line number Diff line Loading @@ -17,8 +17,8 @@ <body> <!-- OPTIONAL: include this if you want history support --> <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe> <!--<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1'--> <!-- style="position:absolute;width:0;height:0;border:0"></iframe>--> <!-- RECOMMENDED if your web app will not function without JavaScript enabled --> <noscript> Loading
cesiumjs4gwt-showcase/src/main/webapp/ShowcaseSuperDevMode.html +2 −2 Original line number Diff line number Diff line Loading @@ -22,8 +22,8 @@ <body> <!-- OPTIONAL: include this if you want history support --> <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe> <!--<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1'--> <!-- style="position:absolute;width:0;height:0;border:0"></iframe>--> <!-- RECOMMENDED if your web app will not function without JavaScript enabled --> <noscript> Loading