Skip to content

Commit 5daa3c7

Browse files
authored
Add files via upload
1 parent 6418297 commit 5daa3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content_script/utilities.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function get_dlink(sign, fidlist, cb){
141141

142142
// get path parameter from url
143143
function getURLParameter(name) {
144-
var x = location.hash.split('/\/|\?/');
144+
var x = location.hash.split('/');
145145
var y = x[x.length-1].split('&')
146146
for(var i=0; i<y.length; i++){
147147
var e = y[i];

0 commit comments

Comments
 (0)