mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-16 11:14:48 -04:00
broke ie/ff working again
This commit is contained in:
parent
ad86901f0b
commit
dc15daaa40
2 changed files with 5 additions and 6 deletions
|
@ -59,7 +59,6 @@ var padmodals = (function() {
|
|||
init: function() {
|
||||
self.initFeedback();
|
||||
self.initShareBox();
|
||||
console.log("self.initShareBox");
|
||||
},
|
||||
initFeedback: function() {
|
||||
/*var emailField = $("#feedbackbox-email");
|
||||
|
@ -81,7 +80,6 @@ var padmodals = (function() {
|
|||
initShareBox: function() {
|
||||
$("#sharebutton").click(function() {
|
||||
self.showShareBox();
|
||||
console.log("share");
|
||||
});
|
||||
$("#sharebox-hide").click(function() {
|
||||
self.hideModal();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue