aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-06-19 20:34:38 +0200
committerMario Vavti <mario@mariovavti.com>2016-06-19 20:34:38 +0200
commit7a4efcf67f57d6437af5596ad99920c1793cf450 (patch)
tree170bfc077e4051c68ede533769cd87a128b0f874 /view
parent6e0eb532a599926532fd3463be664feaa62a911e (diff)
downloadvolse-hubzilla-7a4efcf67f57d6437af5596ad99920c1793cf450.tar.gz
volse-hubzilla-7a4efcf67f57d6437af5596ad99920c1793cf450.tar.bz2
volse-hubzilla-7a4efcf67f57d6437af5596ad99920c1793cf450.zip
return something so we can make a conclusion
Diffstat (limited to 'view')
-rw-r--r--view/js/main.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/js/main.js b/view/js/main.js
index f279417d9..2caf5a1dd 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -941,6 +941,11 @@ function dropItem(url, object) {
$('body').css('cursor', 'auto');
});
});
+ return true;
+
+ }
+ else {
+ return false;
}
}