Fix $.open in firefox.

This commit is contained in:
ahodesuka 2012-03-26 11:12:56 -05:00
parent d851ecce2d
commit 283d5c2944

View File

@ -439,7 +439,7 @@
}
},
open: function(url) {
return (GM_openInTab || window.open)(url, '_blank');
return (GM_openInTab || window.open)(location.protocol + url, '_blank');
},
isDST: function() {
/*