Removed some uservoice and feedback chuf

This commit is contained in:
John McLear 2011-03-26 17:41:56 +00:00
parent c66bce6461
commit 2c8a5987e4

View file

@ -76,15 +76,6 @@ var padmodals = (function() {
$("#feedbackbutton").click(function() { $("#feedbackbutton").click(function() {
self.showFeedback(); 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() { initShareBox: function() {
$("#sharebutton, #nootherusers a").click(function() { $("#sharebutton, #nootherusers a").click(function() {