Removed some uservoice and feedback chuf

pull/1/head
John McLear 2011-03-26 17:41:56 +00:00
parent c66bce6461
commit 2c8a5987e4
1 changed files with 0 additions and 9 deletions

View File

@ -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() {