aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-05-03 09:44:53 +0200
committerMario Vavti <mario@mariovavti.com>2018-05-03 09:44:53 +0200
commitcd526139fb0440938971261c0502006e9d212fbf (patch)
tree9cc3e0ed340283fe168bb904c911248a2f7fd661 /view/js
parentd83f12e883e79b7268677f8981579102c48ca00b (diff)
parent459ec78a5e3cb09ee908fd7810bbb0b80b2e4713 (diff)
downloadvolse-hubzilla-cd526139fb0440938971261c0502006e9d212fbf.tar.gz
volse-hubzilla-cd526139fb0440938971261c0502006e9d212fbf.tar.bz2
volse-hubzilla-cd526139fb0440938971261c0502006e9d212fbf.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'view/js')
-rw-r--r--view/js/main.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/js/main.js b/view/js/main.js
index acb9b462f..3e24e8177 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -1057,7 +1057,9 @@ function doprofilelike(ident, verb) {
$.get('like/' + ident + '?verb=' + verb, function() { window.location.href=window.location.href; });
}
+
function dropItem(url, object) {
+
var confirm = confirmDelete();
if(confirm) {
$('body').css('cursor', 'wait');