var toolbar_form = document.forms["main_toolbar_form"];
- var limit = toolbar_form.limit[toolbar_form.limit.selectedIndex].value;
+ //var limit = toolbar_form.limit[toolbar_form.limit.selectedIndex].value;
var view_mode = toolbar_form.view_mode[toolbar_form.view_mode.selectedIndex].value;
var limit_qpart = "";
store.enabled = true;
Element.hide("dispSwitchPrompt");
- Element.hide("feedBrowserPrompt");
Element.hide("topLinksOnline");
Element.show("topLinksOffline");
<option value="score"><?php echo __('Score') ?></option>
</select>
- <button onclick="return viewCurrentFeed('ForceUpdate')">
+ <button name="update" onclick="return viewCurrentFeed('ForceUpdate')">
<?php echo __('Update') ?></button>
<button onclick="return catchupCurrentFeed()">