Update jot-header.tpl
replace `contains` by `includes` in the "view/theme/frio/templates/jot-header.tpl" file on line 227 to fix this error message (only doing the leg-work here, hope this helps)
This commit is contained in:
@@ -224,7 +224,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function linkDropper(event) {
|
function linkDropper(event) {
|
||||||
var linkFound = event.dataTransfer.types.contains("text/uri-list");
|
var linkFound = event.dataTransfer.types.includes("text/uri-list");
|
||||||
if(linkFound)
|
if(linkFound)
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user