Don't limit extras to 25

This commit is contained in:
rembo10
2014-04-12 17:44:48 -07:00
parent c4e8678d8f
commit 7280807588
5 changed files with 45 additions and 28 deletions

View File

@@ -316,6 +316,10 @@ function doAjaxCall(url,elem,reload,form) {
}
if ( reload == "tabs") refreshTab();
if ( reload == "page") location.reload();
if ( reload == "submenu&table") {
refreshSubmenu();
refreshTable();
}
if ( form ) {
// Change the option to 'choose...'
$(formID + " select").children('option[disabled=disabled]').attr('selected','selected');