Minor improvements (#757)

This commit is contained in:
Roman Kelesidis 2023-06-02 13:19:11 +07:00 committed by GitHub
commit a5d6bc5b4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}
}