Revert "FIX: lower case URLs before comparing for embedding comments"
This reverts commit 6ea040dd5f
.
This commit is contained in:
parent
004d9ef3b7
commit
feff8b7425
|
@ -72,7 +72,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function normalizeUrl(url) {
|
function normalizeUrl(url) {
|
||||||
return url.toLowerCase().replace(/^https?(\:\/\/)?/, '');
|
return url.replace(/^https?(\:\/\/)?/, '');
|
||||||
}
|
}
|
||||||
|
|
||||||
function postMessageReceived(e) {
|
function postMessageReceived(e) {
|
||||||
|
|
Loading…
Reference in New Issue