Commit ace4ecee authored by iSergio's avatar iSergio
Browse files

Disable history support

parent e2c98c4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
    }
+2 −2
Original line number Diff line number Diff line
@@ -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>
+2 −2
Original line number Diff line number Diff line
@@ -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>