File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 85
85
</ html >
86
86
87
87
< script >
88
- $ ( document ) . ready ( function ( ) {
89
- let shouldOpenCodeStep = GetParameterByName ( "embedUrl" ) || GetParameterByName ( "embedId" ) || GetParameterByName ( "accessToken" ) || GetParameterByName ( "entityType" ) ;
90
-
91
- // Redirecting to the new playground unless the noRedirect param is true or playground should open code step
92
- if ( ! GetParameterByName ( "noRedirect" ) && ! shouldOpenCodeStep ) {
93
- window . open ( "https://aka.ms/PlaygroundAutoRedirect" , '_self' ) ;
94
- }
95
- } ) ;
88
+ // $(document).ready(function() {
89
+ let shouldOpenCodeStep = GetParameterByName ( "embedUrl" ) || GetParameterByName ( "embedId" ) || GetParameterByName ( "accessToken" ) || GetParameterByName ( "entityType" ) ;
90
+
91
+ // Redirecting to the new playground unless the noRedirect param is true or playground should open code step
92
+ if ( ! GetParameterByName ( "noRedirect" ) && ! shouldOpenCodeStep ) {
93
+ window . open ( "https://aka.ms/PlaygroundAutoRedirect" , '_self' ) ;
94
+ }
95
+ // });
96
96
</ script >
You can’t perform that action at this time.
0 commit comments