From 2c8a5987e4e8e7cf51d13feeaad8ad9b988a5e6d Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 26 Mar 2011 17:41:56 +0000 Subject: [PATCH] Removed some uservoice and feedback chuf --- static/js/pad_modals.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/static/js/pad_modals.js b/static/js/pad_modals.js index 5cf5b0e1b..37a3386f0 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() {