File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ module.exports = function showWebGlMsg(scene) {
3131 } ;
3232
3333 var div = document . createElement ( 'div' ) ;
34- div . textContent = 'Webgl is not supported by your browser - visit http ://get.webgl.org for more info' ;
34+ div . textContent = 'Webgl is not supported by your browser - visit https ://get.webgl.org for more info' ;
3535 div . style . cursor = 'pointer' ;
3636 div . style . fontSize = '24px' ;
3737 div . style . color = Color . defaults [ 0 ] ;
3838
3939 scene . container . appendChild ( div ) ;
4040 scene . container . style . background = '#FFFFFF' ;
4141 scene . container . onclick = function ( ) {
42- window . open ( 'http ://get.webgl.org' ) ;
42+ window . open ( 'https ://get.webgl.org' ) ;
4343 } ;
4444
4545 // return before setting up camera and onrender methods
You can’t perform that action at this time.
0 commit comments