File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ var Downloads = {
475475 if ( window . history && window . history . pushState ) {
476476 var url = os === ''
477477 ? `${ baseURLPrefix } downloads/guis`
478- : `${ baseURLPrefix } download /guis?os=${ os } ` ;
478+ : `${ baseURLPrefix } downloads /guis?os=${ os } ` ;
479479 try {
480480 history . pushState ( null , $ ( this ) . html ( ) , url ) ;
481481 } catch ( e ) {
Original file line number Diff line number Diff line change 55url: /downloads/guis.html
66aliases:
77- /downloads/guis/index.html
8+ - /download/guis/index.html
9+ - /download/guis.html
810---
911
1012< div id ="main ">
Original file line number Diff line number Diff line change 1313 < meta name ="robots " content ="noindex ">
1414 </ head >
1515 < body >
16- < script > window . location . replace ( document . querySelector ( "link[rel='canonical']" ) . href + window . location . hash ) </ script >
16+ < script > window . location . replace ( document . querySelector ( "link[rel='canonical']" ) . href + window . location . search + window . location . hash ) </ script >
1717 < h1 > Redirecting…</ h1 >
1818 < a href ="{{ $redirect_to }} "> Click here if you are not redirected.</ a >
1919 </ body >
Original file line number Diff line number Diff line change 88 < meta name ="robots " content ="noindex ">
99 </ head >
1010 < body >
11- < script > window . location . replace ( document . querySelector ( "link[rel='canonical']" ) . href + window . location . hash ) </ script >
11+ < script > window . location . replace ( document . querySelector ( "link[rel='canonical']" ) . href + window . location . search + window . location . hash ) </ script >
1212 < h1 > Redirecting…</ h1 >
1313 < a href ="{{ $redirect_to }} "> Click here if you are not redirected.</ a >
1414 </ body >
You can’t perform that action at this time.
0 commit comments