@@ -7,7 +7,8 @@ const resourceList = [
7
7
'https://thedoggybrad.github.io/2048ontheweb/index.html' ,
8
8
'https://thedoggybrad.github.io/2048ontheweb/favicon.ico' ,
9
9
'https://thedoggybrad.github.io/2048ontheweb/style/main.css' ,
10
- 'https://thedoggybrad.github.io/2048ontheweb/style/howtoplay.css'
10
+ 'https://thedoggybrad.github.io/2048ontheweb/style/howtoplay.css' ,
11
+ 'https://thedoggybrad.github.io/2048ontheweb/style/disabletextselection.css' ,
11
12
'https://thedoggybrad.github.io/2048ontheweb/style/fonts/clear-sans.css' ,
12
13
'https://thedoggybrad.github.io/2048ontheweb/style/fonts/ClearSans-Bold-webfont.eot' ,
13
14
'https://thedoggybrad.github.io/2048ontheweb/style/fonts/ClearSans-Bold-webfont.svg' ,
@@ -29,6 +30,7 @@ const resourceList = [
29
30
'https://thedoggybrad.github.io/2048ontheweb/js/keyboard_input_manager.js' ,
30
31
'https://thedoggybrad.github.io/2048ontheweb/js/local_storage_manager.js' ,
31
32
'https://thedoggybrad.github.io/2048ontheweb/js/tile.js' ,
33
+ 'https://thedoggybrad.github.io/2048ontheweb/js/disablecontextmenu.js' ,
32
34
'https://thedoggybrad.github.io/2048ontheweb/meta/apple-touch-icon.png' ,
33
35
'https://thedoggybrad.github.io/2048ontheweb/meta/apple-touch-icon_96.png' ,
34
36
'https://thedoggybrad.github.io/2048ontheweb/meta/apple-touch-icon_144.png' ,
0 commit comments