File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -712,7 +712,7 @@ if (!hasWebAssembly) {
712712 Module . setStatus ( "Your browser doesn't have WebAssembly support. Please upgrade." ) ;
713713} else {
714714 var buildtype = "wasm" ;
715- var module = "dragonruby-" + buildtype + ".js" ;
715+ var module = "dragonruby-" + buildtype + ".js?version=7fb4a4a9-3d26-4299-9809-6039f6c5b89e " ;
716716 window . gtk = { } ;
717717 window . gtk . module = Module ;
718718
Original file line number Diff line number Diff line change 7272 outline : none;
7373 }
7474 </ style >
75- < link rel ="stylesheet " href ="game.css " />
75+ < link rel ="stylesheet " href ="game.css?version=7fb4a4a9-3d26-4299-9809-6039f6c5b89e " />
7676 < title > DragonRuby Game Toolkit Tutorial</ title >
7777 </ head >
7878 < body id ='toplevel '>
8686 < progress value ="0 " max ="100 " id ="progress "> </ progress >
8787 </ div >
8888
89- < script type ='text/javascript ' src ='dragonruby-html5-loader.js '> </ script >
89+ < script type ='text/javascript ' src ='dragonruby-html5-loader.js?version=7fb4a4a9-3d26-4299-9809-6039f6c5b89e '> </ script >
9090 </ body >
9191</ html >
Original file line number Diff line number Diff line change 22< html lang ="en-us ">
33 < head >
44 < meta charset ="utf-8 ">
5- < link rel ="stylesheet " href ="index.css " />
5+ < link rel ="stylesheet " href ="index.css?version=7fb4a4a9-3d26-4299-9809-6039f6c5b89e " />
66 < title > DragonRuby Game Toolkit Tutorial</ title >
77 < script >
88 function tutorialUrl ( ) {
@@ -86,7 +86,7 @@ <h1>Tutorials</h1>
8686 </ div >
8787 </ div >
8888
89- < iframe id ="game-frame " src ="game.html " scrolling ="no "> </ iframe >
89+ < iframe id ="game-frame " src ="game.html?version=7fb4a4a9-3d26-4299-9809-6039f6c5b89e " scrolling ="no "> </ iframe >
9090
9191 < script >
9292 function hotload ( ) {
You can’t perform that action at this time.
0 commit comments