]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
oops forgot an alert()
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 14 Jun 2015 20:04:57 +0000 (22:04 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 14 Jun 2015 20:04:57 +0000 (22:04 +0200)
js/util.js

index ca229d93d06ce41d62dacc6d052e8740ff11e63a..54959bed73ed44ac541defbad1e6e8c6fe04b5d4 100644 (file)
@@ -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'));
         }, 
     },