File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ window.onload = function () {
1515
1616 //MARK: Options
1717 var gui ;
18- var defaultOptions ;
1918 var options = {
2019 ui_rain_matrixSpeed : 24 ,
2120 fpsInterval : calculateFpsInterval ( 24 ) ,
@@ -96,7 +95,6 @@ window.onload = function () {
9695
9796 //MARK: GUI
9897 function drawGui ( ) {
99- defaultOptions = JSON . parse ( JSON . stringify ( options ) ) ;
10098 const params = getUrlParams ( ) ;
10199
102100 readProjectConfig ( ) . then ( ( config ) => {
@@ -741,8 +739,8 @@ window.onload = function () {
741739 if ( params . get ( key ) === value )
742740 params . delete ( key ) ;
743741 } ) ;
744-
745- return window . location . protocol + "//" + window . location . host + "/?" + params . toString ( ) ;
742+ debugger ;
743+ return window . location . protocol + "//" + window . location . host + "/" + window . location . pathname + "/?" + params . toString ( ) ;
746744 }
747745
748746 function copyToClipboard ( text ) {
You can’t perform that action at this time.
0 commit comments