From: Mikael Nordfeldth Date: Sun, 14 Jun 2015 20:04:57 +0000 (+0200) Subject: oops forgot an alert() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=41fe435553a4fd754355b7685378cad7843c681c;p=quix0rs-gnu-social.git oops forgot an alert() --- 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')); }, },