mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 15:06:19 +00:00
Take it easier with the focus stealing.
This commit is contained in:
@@ -46,10 +46,7 @@ document.addEventListener("DOMContentLoaded", function() {
|
||||
// this is to work around etherpad grabbing focus.
|
||||
var element = document.getElementById("mini-cli");
|
||||
setTimeout( function() { element.focus() }, 1000 );
|
||||
setTimeout( function() { element.focus() }, 2000 );
|
||||
setTimeout( function() { element.focus() }, 3000 );
|
||||
setTimeout( function() { element.focus() }, 4000 );
|
||||
setTimeout( function() { element.focus() }, 5000 );
|
||||
});
|
||||
|
||||
function processSettings(args){
|
||||
|
||||
Reference in New Issue
Block a user