From 41fe435553a4fd754355b7685378cad7843c681c Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sun, 14 Jun 2015 22:04:57 +0200 Subject: [PATCH] oops forgot an alert() --- js/util.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/util.js b/js/util.js index ca229d93d0..54959bed73 100644 --- a/js/util.js +++ b/js/util.js @@ -1454,7 +1454,6 @@ var SN = { // StatusNet form.find('[name=inreplyto]').val(''); form.find('.attach-status').remove(); SN.U.FormNoticeEnhancements(form); - alert('notice posted: ' + $(notice).attr('id')); }, },