Fix a debug log line
This commit is contained in:
parent
56f9f04340
commit
2414ec6472
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue