mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
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:
parent
6057146a41
commit
bb64d08eaf
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@
|
|||
}
|
||||
|
||||
function linkDropper(event) {
|
||||
var linkFound = event.dataTransfer.types.contains("text/uri-list");
|
||||
var linkFound = event.dataTransfer.types.includes("text/uri-list");
|
||||
if(linkFound)
|
||||
event.preventDefault();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue