summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-02 21:58:29 +0100
committerAndrew Dolgov <[email protected]>2007-03-02 21:58:29 +0100
commite6312f6c977eb1a9572f12ed3868055b3a79cdfc (patch)
tree831279354f1887d69398ce0437c387b92e20098f /tt-rss.php
parentd95bd220320efac33a699ea8c5c32e2f4fd51e40 (diff)
fix form autosubmit problem
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index bc337ee31..5adb8dbf7 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -145,7 +145,7 @@ window.onload = init;
</select>
</div>
- <form id="main_toolbar_form">
+ <form id="main_toolbar_form" onsubmit='return false'>
<?php echo _('Search:') ?>
<input name="query"