mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
hrm, removal
This commit is contained in:
parent
f16616d23b
commit
793b34d17b
4 changed files with 1 additions and 20 deletions
|
@ -5006,12 +5006,6 @@ function Ace2Inner(){
|
|||
});
|
||||
})
|
||||
|
||||
/*
|
||||
$(root).on("dragend", function(e){
|
||||
top.console.log("dragend");
|
||||
});
|
||||
|
||||
|
||||
$(root).on("drop", function(e){
|
||||
top.console.log("DROP");
|
||||
if(e.target.a || e.target.localName === "a"){
|
||||
|
@ -5026,7 +5020,6 @@ function Ace2Inner(){
|
|||
e: e
|
||||
});
|
||||
});
|
||||
*/
|
||||
|
||||
// CompositionEvent is not implemented below IE version 8
|
||||
if ( !(browser.msie && parseInt(browser.version <= 9)) && document.documentElement)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue