mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 19:06:15 -04:00
colibris: various improvements, including author_hover, cursortrace plugins
This commit is contained in:
parent
39ad22f78f
commit
385ca8771b
11 changed files with 95 additions and 27 deletions
|
@ -1,16 +1,4 @@
|
|||
function customStart()
|
||||
{
|
||||
$('#pad_title').show();
|
||||
|
||||
$('.hyperlink-icon').on('click',function() {
|
||||
$('.hyperlink-dialog').appendTo('body').css({'top': $('.hyperlink-icon').offset().top + 42, 'left': $('.hyperlink-icon').offset().left - 12});
|
||||
});
|
||||
$('.hyperlink-url').on("keyup", function(e)
|
||||
{
|
||||
if(e.keyCode == 13) // touche entrée
|
||||
{
|
||||
$('.hyperlink-save').click();
|
||||
}
|
||||
});
|
||||
$('.hyperlink-save').click(function() { $('.hyperlink-dialog').hide(); });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue