mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-03 18:29:32 +01:00
Revamped "Manage Unmatched" page, added "Manage Manual" page.
This commit is contained in:
@@ -315,6 +315,7 @@ function doAjaxCall(url,elem,reload,form) {
|
||||
console.log('refresh'); refreshTable();
|
||||
}
|
||||
if ( reload == "tabs") refreshTab();
|
||||
if ( reload == "page") location.reload();
|
||||
if ( form ) {
|
||||
// Change the option to 'choose...'
|
||||
$(formID + " select").children('option[disabled=disabled]').attr('selected','selected');
|
||||
|
||||
Reference in New Issue
Block a user