mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Minor improvements (#757)
This commit is contained in:
parent
e1bef86ad3
commit
a5d6bc5b4f
1 changed files with 2 additions and 1 deletions
|
@ -101,6 +101,7 @@ function swap_values()
|
|||
<tr>
|
||||
<td class="catBottom" colspan="2">
|
||||
<input type="hidden" name="sid" value="{SESSION_ID}" />
|
||||
<input type="reset" value="{L_CANCEL}" class="liteoption"/>
|
||||
<input class="mainoption" type="submit" name="submit" value="{L_REBUILD_SEARCH}" />
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -135,7 +136,7 @@ function updateButton()
|
|||
{
|
||||
document.form_rebuild_progress.submit_button.value = label_next + " (" + ticker + ")";
|
||||
|
||||
ticker--;;
|
||||
ticker--;
|
||||
refresh = setTimeout("updateButton()", 1000);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue