Fix a debug log line
This commit is contained in:
parent
56f9f04340
commit
2414ec6472
|
@ -42,7 +42,7 @@ var Zotero_Feed_Settings = new function() {
|
||||||
if (/^https?:\/\/[^\/\s]+\/\S/.test(cleanURL)) {
|
if (/^https?:\/\/[^\/\s]+\/\S/.test(cleanURL)) {
|
||||||
return cleanURL;
|
return cleanURL;
|
||||||
} else {
|
} else {
|
||||||
Zotero.debug(uri.scheme + " is not a supported protocol for feeds");
|
Zotero.debug(url + " has an unsupported protocol for feeds");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user