mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d033005947
commit
69040c2f4d
@ -2476,7 +2476,12 @@ var Outline = {
|
|||||||
|
|
||||||
// autofocus...
|
// autofocus...
|
||||||
if(this.dom.getAttribute('autofocus') != null){
|
if(this.dom.getAttribute('autofocus') != null){
|
||||||
|
/*
|
||||||
|
setTimeout(function(){
|
||||||
|
that.focus() }, 0) }
|
||||||
|
/*/
|
||||||
this.focus() }
|
this.focus() }
|
||||||
|
//*/
|
||||||
|
|
||||||
return this },
|
return this },
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user