mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Removed some uservoice and feedback chuf
This commit is contained in:
parent
c66bce6461
commit
2c8a5987e4
1 changed files with 0 additions and 9 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue