File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55// @author Mak Alexey (S-ed, Sedokun)
66// @include http://github.com/*
77// @include https://github.com/*
8- // @version 0.150605.3
8+ // @version 0.150606.1
99// @grant none
10- // @license MIT License
10+ // @license MIT License
1111// @updateURL https://github.com/S-ed/github-pre/raw/master/github-pre.user.js
1212// ==/UserScript==
1313
@@ -49,7 +49,7 @@ if(typeof(localStorage) !== "undefined") {
4949 } else wrapDefault = false ;
5050 localStorage . setItem ( "wrapDefault" , wrapDefault ) ;
5151 }
52- } else console . log ( "Sorry, no Session Storage Available\n\
52+ } else alert ( "Sorry, no Local Storage Available\n\
5353Hardcoded 'wrapDefault' variable will be used instead (edit script to set)" ) ;
5454
5555var preStyleSheet = document . createElement ( "style" ) ;
You can’t perform that action at this time.
0 commit comments