commit
b35e929519
@ -451,7 +451,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
open: function(url) {
|
open: function(url) {
|
||||||
return (GM_openInTab || window.open)(url, '_blank');
|
return (GM_openInTab || window.open)(location.protocol + url, '_blank');
|
||||||
},
|
},
|
||||||
isDST: function() {
|
isDST: function() {
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -348,7 +348,7 @@ $.extend $,
|
|||||||
el.removeEventListener event, handler, false
|
el.removeEventListener event, handler, false
|
||||||
return
|
return
|
||||||
open: (url) ->
|
open: (url) ->
|
||||||
(GM_openInTab or window.open) url, '_blank'
|
(GM_openInTab or window.open) location.protocol + url, '_blank'
|
||||||
isDST: ->
|
isDST: ->
|
||||||
###
|
###
|
||||||
http://en.wikipedia.org/wiki/Eastern_Time_Zone
|
http://en.wikipedia.org/wiki/Eastern_Time_Zone
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user