Index: branches/liquidthreads/skins/common/lqt.js |
— | — | @@ -16,19 +16,19 @@ |
17 | 17 | if(!document.getElementById) return; |
18 | 18 | |
19 | 19 | // Hide the Go button and turn on automatic submission on the archive browser. |
20 | | - |
| 20 | + /* |
21 | 21 | var dropdown = document.getElementById('lqt_archive_month'); |
22 | 22 | var success = lqt_add_event(dropdown, 'change', function(){ |
23 | 23 | document.getElementById('lqt_archive_browser_form').submit(); |
24 | 24 | }); |
25 | 25 | if (success) { |
26 | 26 | document.getElementById('lqt_archive_go_button').className = "lqt_hidden"; |
27 | | - } |
28 | | - |
29 | | - var searchform = document.getElementById('lqt_archive_search_form'); |
| 27 | + }*/ |
| 28 | + |
| 29 | + |
| 30 | + var searchform = document.getElementById("lqt_archive_search_form"); |
30 | 31 | if ( searchform ) { |
31 | | - alert("foo"); |
32 | | - lqt_add_event( document.getElementById('lqt_archive_start' ), 'change', function(e) { |
| 32 | + lqt_add_event( document.getElementById("lqt_archive_start"), 'change', function(e) { |
33 | 33 | alert(e.target); |
34 | 34 | } ); |
35 | 35 | } |