Code Standards

This commit is contained in:
Jonny Tischbein 2018-10-23 20:12:53 +02:00
parent d0c43c5597
commit ee006bdc18
1 changed files with 3 additions and 2 deletions

View File

@ -38,9 +38,10 @@ function commentlinkdrop(event, id) {
function commentlinkdropper(event) {
var linkFound = event.dataTransfer.types.contains("text/uri-list");
if(linkFound)
if (linkFound) {
event.preventDefault();
}
}
function insertFormatting(BBcode, id) {