mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Replace tabs indentation with spaces indentation
Some files are obviously external libraries, I didn't touch them
This commit is contained in:
parent
03ff5563f4
commit
3d8452b143
35 changed files with 511 additions and 510 deletions
|
@ -145,5 +145,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}*/
|
}*/
|
||||||
] }
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -391,7 +391,7 @@ $.fn.sendkeys = function (x, opts){
|
||||||
}).bind('keyup.sendkeys', function(evt){
|
}).bind('keyup.sendkeys', function(evt){
|
||||||
// restore the selection if we got here with a tab (a click should select what was clicked on)
|
// restore the selection if we got here with a tab (a click should select what was clicked on)
|
||||||
if (evt.which == 9){
|
if (evt.which == 9){
|
||||||
// there's a flash of selection when we restore the focus, but I don't know how to avoid that.
|
// there's a flash of selection when we restore the focus, but I don't know how to avoid that
|
||||||
$.data(this, 'sendkeys.selection').select();
|
$.data(this, 'sendkeys.selection').select();
|
||||||
}else{
|
}else{
|
||||||
$.data(this, 'sendkeys.selection').bounds('selection');
|
$.data(this, 'sendkeys.selection').bounds('selection');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue