1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 02:07:59 +01:00

* Initial code for "waiting" macros. Still buggy/incomplete, but commiting, before merging other patches becomes even more tedious.

* Also a new attempt that pages don't have input focus after load, probably buggy as well
This commit is contained in:
Martin Stubenschrott
2007-12-18 15:05:03 +00:00
parent 39fbf33d8b
commit 5122e6c448
10 changed files with 289 additions and 147 deletions

View File

@@ -388,7 +388,7 @@ vimperator.Editor = function () //{{{
}
// }
// blink the textbox after returning
// blink the textbox after returning - TODO: could use setInterval
var timeout = 100;
textBox.style.backgroundColor = tmpBg;
setTimeout(function () {