mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
small cleanups
This commit is contained in:
parent
11682661e4
commit
b3904a6497
3 changed files with 1 additions and 50 deletions
|
@ -190,13 +190,6 @@ var padmodals = (function()
|
|||
{
|
||||
'opacity': 1
|
||||
}, duration);
|
||||
/*$("#modaloverlay").show().css(
|
||||
{
|
||||
'opacity': 0
|
||||
}).animate(
|
||||
{
|
||||
'opacity': 1
|
||||
}, duration);*/
|
||||
},
|
||||
hideModal: function(duration)
|
||||
{
|
||||
|
@ -206,17 +199,7 @@ var padmodals = (function()
|
|||
$(".modaldialog").animate(
|
||||
{
|
||||
'opacity': 0
|
||||
}, duration, function()
|
||||
{
|
||||
//$("#modaloverlay").hide();
|
||||
});
|
||||
/*$("#modaloverlay").animate(
|
||||
{
|
||||
'opacity': 0
|
||||
}, duration, function()
|
||||
{
|
||||
$("#modaloverlay").hide();
|
||||
});*/
|
||||
}, duration);
|
||||
},
|
||||
hideFeedbackLaterIfNoOtherInteraction: function()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue