File tree 2 files changed +1
-160
lines changed
2 files changed +1
-160
lines changed Original file line number Diff line number Diff line change 19
19
var version = "#VERSION#" ;
20
20
</ script >
21
21
</ head >
22
- < body id =" fullscreen " >
22
+ < body >
23
23
< div class ="region fullscreen below "> < div class ="container "> </ div > </ div >
24
24
< div class ="region top bar ">
25
25
< div class ="container "> </ div >
50
50
< script type ="text/javascript " src ="js/loader.js "> </ script >
51
51
< script type ="text/javascript " src ="js/socketclient.js "> </ script >
52
52
< script type ="text/javascript " src ="js/main.js "> </ script >
53
- <!-- Using https://github.com/sindresorhus/screenfull.js -->
54
- < script type ="text/javascript " src ="js/screenfull.js "> </ script >
55
- < script type ="text/javascript ">
56
- var b = document . getElementById ( "fullscreen" ) ;
57
- document . addEventListener ( "click" , function ( ) {
58
- screenfull . toggle ( b ) ;
59
- window . dispatchEvent ( new Event ( "resize" ) ) ;
60
- } ) ;
61
- </ script >
62
53
</ body >
63
54
</ html >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments