mirror of
https://github.com/friendica/friendica
synced 2025-04-26 14:30:13 +00:00
Code Standards
This commit is contained in:
parent
d0c43c5597
commit
ee006bdc18
1 changed files with 3 additions and 2 deletions
|
@ -38,9 +38,10 @@ function commentlinkdrop(event, id) {
|
||||||
|
|
||||||
function commentlinkdropper(event) {
|
function commentlinkdropper(event) {
|
||||||
var linkFound = event.dataTransfer.types.contains("text/uri-list");
|
var linkFound = event.dataTransfer.types.contains("text/uri-list");
|
||||||
if(linkFound)
|
if (linkFound) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
function insertFormatting(BBcode, id) {
|
function insertFormatting(BBcode, id) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue