summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAdrian Lang <[email protected]>2010-01-06 12:17:28 +0100
committerAndrew Dolgov <[email protected]>2010-01-13 11:46:11 +0300
commit542aebacb73d9fe571048d01d9ffc12d4bca1643 (patch)
tree05cef8d04e2bb6d1c09f49991fdb68e500cf87a2 /modules
parentae096313ed2a5fc4b96dc82a5203f23936cd23f8 (diff)
Add callback to Popups, focus subscribe URL input.
Diffstat (limited to 'modules')
-rw-r--r--modules/popup-dialog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index e75d8a9ad..a035cfe91 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -101,7 +101,7 @@
print "<input size=\"40\"
onkeypress=\"return filterCR(event, subscribeToFeed)\"
- name=\"feed_url\"></td></tr>";
+ name=\"feed_url\" id=\"feed_url\"></td></tr>";
print "<br/>";