[Bps-public-commit] Path-Dispatcher-Debugger branch, master, updated. 42c164231748a5b533a153ab279cd709c1be9439
sartak at bestpractical.com
sartak at bestpractical.com
Thu Dec 31 13:36:51 EST 2009
The branch, master has been updated
via 42c164231748a5b533a153ab279cd709c1be9439 (commit)
from f945dcdc2636a20d8b7bbce6ca50fab7d7349bb2 (commit)
Summary of changes:
share/path-dispatcher-debugger.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 42c164231748a5b533a153ab279cd709c1be9439
Author: Shawn M Moore <sartak at gmail.com>
Date: Thu Dec 31 13:36:46 2009 -0500
Auto-focus the path tester on page load
diff --git a/share/path-dispatcher-debugger.js b/share/path-dispatcher-debugger.js
index f44d98d..2d08812 100644
--- a/share/path-dispatcher-debugger.js
+++ b/share/path-dispatcher-debugger.js
@@ -26,5 +26,6 @@ PathDispatcherDebugger.set_path = function (path) {
jQuery(function () {
jQuery('#path_tester').bind('keyup', PathDispatcherDebugger.recalculate_matching_rules);
jQuery('.dispatch_type').bind('change', PathDispatcherDebugger.recalculate_matching_rules);
+ jQuery('#path_tester').focus();
});
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list