diff options
author | John McLear <john@mclear.co.uk> | 2011-03-26 17:41:56 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2011-03-26 17:41:56 +0000 |
commit | 2c8a5987e4e8e7cf51d13feeaad8ad9b988a5e6d (patch) | |
tree | 06ad017ddf32304286a4d331678c49b97856b063 | |
parent | c66bce6461a5df15dccfa747e786c993f3bb99e1 (diff) | |
download | etherpad-lite-2c8a5987e4e8e7cf51d13feeaad8ad9b988a5e6d.zip |
Removed some uservoice and feedback chuf
-rw-r--r-- | static/js/pad_modals.js | 9 |
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() { |