Revamped "Manage Unmatched" page, added "Manage Manual" page.

This commit is contained in:
theguardian
2013-10-11 20:08:36 -07:00
parent 4ea867836e
commit b0d75b46ec
4 changed files with 351 additions and 58 deletions

View File

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