From 3393238de25981525ca816391b8e94274d94a3f8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 3 Feb 2010 16:54:17 +0300 Subject: more input focusing improvements in popup dialogs --- functions.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'functions.js') diff --git a/functions.js b/functions.js index 6ca221ace..3baaffa3a 100644 --- a/functions.js +++ b/functions.js @@ -2147,3 +2147,12 @@ function addLabel() { } } +function quickAddFeed() { + displayDlg('quickAddFeed', '', + function () {$('feed_url').focus();}); +} + +function quickAddFilter() { + displayDlg('quickAddFilter', '', + function () {document.forms['filter_add_form'].reg_exp.focus();}); +} -- cgit v1.2.3-54-g00ecf