diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2007-03-02 21:58:29 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2007-03-02 21:58:29 +0100 |
| commit | e6312f6c977eb1a9572f12ed3868055b3a79cdfc (patch) | |
| tree | 831279354f1887d69398ce0437c387b92e20098f /tt-rss.php | |
| parent | d95bd220320efac33a699ea8c5c32e2f4fd51e40 (diff) | |
fix form autosubmit problem
Diffstat (limited to 'tt-rss.php')
| -rw-r--r-- | tt-rss.php | 2 |
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" |