projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01cbe74
)
oops forgot an alert()
author
Mikael Nordfeldth
<mmn@hethane.se>
Sun, 14 Jun 2015 20:04:57 +0000
(22:04 +0200)
committer
Mikael Nordfeldth
<mmn@hethane.se>
Sun, 14 Jun 2015 20:04:57 +0000
(22:04 +0200)
js/util.js
patch
|
blob
|
history
diff --git
a/js/util.js
b/js/util.js
index ca229d93d06ce41d62dacc6d052e8740ff11e63a..54959bed73ed44ac541defbad1e6e8c6fe04b5d4 100644
(file)
--- 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'));
},
},