mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
userlist/embed working again
This commit is contained in:
parent
540156735c
commit
0b8b380d2b
6 changed files with 239 additions and 153 deletions
|
@ -59,6 +59,7 @@ var padmodals = (function() {
|
|||
init: function() {
|
||||
self.initFeedback();
|
||||
self.initShareBox();
|
||||
console.log("self.initShareBox");
|
||||
},
|
||||
initFeedback: function() {
|
||||
/*var emailField = $("#feedbackbox-email");
|
||||
|
@ -78,8 +79,9 @@ var padmodals = (function() {
|
|||
});
|
||||
},
|
||||
initShareBox: function() {
|
||||
$("#sharebutton, #nootherusers a").click(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