File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
< html lang ="en ">
3
- < head >
4
- < meta charset ="UTF-8 ">
5
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
3
+ < head >
4
+ < meta charset ="UTF-8 " / >
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " / >
6
6
< title > eodash preview</ title >
7
-
8
- </ head >
9
- < body >
10
- < iframe style ="height: 100dvh;width: 100%; " src ="http://localhost:5173/ " frameborder ="0 "> </ iframe >
11
- </ body >
12
- </ html >
7
+ </ head >
8
+ < body >
9
+ < iframe
10
+ style ="height: 100dvh; width: 100% "
11
+ src ="http://localhost:5173/ "
12
+ frameborder ="0 "
13
+ > </ iframe >
14
+ </ body >
15
+ </ html >
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ window.addEventListener("message", (event) => {
206
206
console . log ( "stacEndpoint from parent:" , stacEndpoint ) ;
207
207
if ( stacEndpoint && stacEndpoint . endsWith ( "catalog.json" ) ) {
208
208
const urlParams = new URLSearchParams ( window . location . search ) ;
209
- urlParams . set ( "stacEndpoint" , stacEndpoint ) ;
209
+ urlParams . set ( "stacEndpoint" , stacEndpoint + "?t=" + Date . now ( ) ) ;
210
210
window . history . replaceState ( { } , "" , `?${ urlParams } ` ) ;
211
211
window . location . reload ( ) ;
212
212
console . log (
You can’t perform that action at this time.
0 commit comments