You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <!-- Set the location hash in the classFrame -->
58
-
| try {
59
-
| locationHash = top.location.hash;
60
-
| if (window.name == "classFrame" && locationHash != "") {
61
-
| window.location.hash = locationHash;
62
-
| }
63
-
| } catch (error) {}
64
-
| <!-- GA Tracking code -->
65
-
| if (window.name == "" || window.name == "classFrame") {
66
-
| var _elqQ = _elqQ || [];
67
-
| _elqQ.push(["elqSetSiteId", "413370795"]);
68
-
| _elqQ.push(["elqTrackPageView"]);
69
-
| (function () {
70
-
| function async_load() { var s = document.createElement("script"); s.type = "text/javascript"; s.async = true; s.src = "//img03.en25.com/i/elqCfg.min.js"; var x = document.getElementsByTagName("script")[0]; x.parentNode.insertBefore(s, x); }
71
-
| if (window.addEventListener) window.addEventListener("DOMContentLoaded", async_load, false);
72
-
| else if (window.attachEvent) window.attachEvent("onload", async_load);
73
-
| })();
74
-
| }
75
-
| </script>'''.stripMargin()
56
+
| <script type="text/javascript">
57
+
| function setLocationHash() {
58
+
| try {
59
+
| locationHash = top.location.hash;
60
+
| if (window.name == "classFrame" && locationHash != "") {
61
+
| window.location.hash = locationHash;
62
+
| }
63
+
| } catch (error) {}
64
+
| };
65
+
| function setGATrackingCode() {
66
+
| if (window.name == "" || window.name == "classFrame") {
67
+
| var _elqQ = _elqQ || [];
68
+
| _elqQ.push(["elqSetSiteId", "413370795"]);
69
+
| _elqQ.push(["elqTrackPageView"]);
70
+
| (function () {
71
+
| function async_load() { var s = document.createElement("script"); s.type = "text/javascript"; s.async = true; s.src = "//img03.en25.com/i/elqCfg.min.js"; var x = document.getElementsByTagName("script")[0]; x.parentNode.insertBefore(s, x); }
72
+
| if (window.addEventListener) window.addEventListener("DOMContentLoaded", async_load, false);
73
+
| else if (window.attachEvent) window.attachEvent("onload", async_load);
0 commit comments