File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
CACHE MANIFEST
2
- # 2012-09-3:1
2
+ # 2012-09-3:2
3
3
4
4
CACHE:
5
5
/favicon.ico
Original file line number Diff line number Diff line change 71
71
< body >
72
72
< script >
73
73
74
- // https://github.com/mrdoob/code-editor
75
-
76
74
window . URL = window . URL || window . webkitURL ;
77
75
78
76
// deflate
249
247
} , false ) ;
250
248
toolbar . appendChild ( buttonHide ) ;
251
249
250
+ var buttonInfo = document . createElement ( 'button' ) ;
251
+ buttonInfo . className = 'button' ;
252
+ buttonInfo . textContent = '?' ;
253
+ buttonInfo . addEventListener ( 'click' , function ( event ) {
254
+
255
+ window . open ( 'https://github.com/mrdoob/code-editor' ) ;
256
+
257
+ } , false ) ;
258
+ toolbar . appendChild ( buttonInfo ) ;
259
+
252
260
// events
253
261
254
262
document . addEventListener ( 'drop' , function ( event ) {
You can’t perform that action at this time.
0 commit comments