File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,11 @@ document.addEventListener("DOMContentLoaded", function (event) {
4444 const GoURL = sessionStorage . getItem ( "GoUrl" )
4545
4646 if ( tabCounter === 1 ) {
47- newIframe . src = window . location . origin + "/a/" + GoURL
47+ if ( GoURL . includes ( "/e/" ) ) {
48+ newIframe . src = window . location . origin + GoURL
49+ } else {
50+ newIframe . src = window . location . origin + "/a/" + GoURL
51+ }
4852 } else if ( tabCounter !== 1 ) {
4953 newIframe . src = "/"
5054 } else if ( GoURL !== null ) {
Original file line number Diff line number Diff line change 5858 </ div >
5959 </ div >
6060 < div class ="iframe-container " id ="iframe-container "> </ div >
61- < script src ="assets/scripts/ta.js?v=18 "> </ script >
61+ < script src ="assets/scripts/ta.js?v=20 "> </ script >
6262 < script src ="/assets/scripts/m.js?v=50 "> </ script >
6363 < script src ="/assets/scripts/i.js?v=32 "> </ script >
6464 < script src ="/libcurl/index.js?v=1 "> </ script >
You can’t perform that action at this time.
0 commit comments