summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2011-03-26 17:41:56 +0000
committerJohn McLear <john@mclear.co.uk>2011-03-26 17:41:56 +0000
commit2c8a5987e4e8e7cf51d13feeaad8ad9b988a5e6d (patch)
tree06ad017ddf32304286a4d331678c49b97856b063
parentc66bce6461a5df15dccfa747e786c993f3bb99e1 (diff)
downloadetherpad-lite-2c8a5987e4e8e7cf51d13feeaad8ad9b988a5e6d.zip
Removed some uservoice and feedback chuf
-rw-r--r--static/js/pad_modals.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/static/js/pad_modals.js b/static/js/pad_modals.js
index 5cf5b0e1..37a3386f 100644
--- a/static/js/pad_modals.js
+++ b/static/js/pad_modals.js
@@ -76,15 +76,6 @@ var padmodals = (function() {
$("#feedbackbutton").click(function() {
self.showFeedback();
});
-
- $("#uservoicelinks a").click(function() {
- self.hideModal();
- return true;
- });
- $("#feedbackemails a").each(function() {
- var node = $(this);
- node.attr('href', "mailto:"+node.attr('href')+"@etherpad.com");
- });
},
initShareBox: function() {
$("#sharebutton, #nootherusers a").click(function() {