Fix class "Sanitiser" not found

This commit is contained in:
grandeljay 2022-06-27 11:15:43 +02:00
parent d7695d7694
commit 7da6bc09e2
2 changed files with 4 additions and 1 deletions

View file

@ -6,6 +6,8 @@
* @author Jay Trees <github.jay@grandel.anonaddy.me> * @author Jay Trees <github.jay@grandel.anonaddy.me>
*/ */
namespace wishthis;
$api = true; $api = true;
$response = array(); $response = array();

View file

@ -103,7 +103,8 @@ $(function() {
button_set_default_state(buttonSave); button_set_default_state(buttonSave);
break; break;
} }
})
.finally(function() {
buttonSave.removeClass('disabled loading'); buttonSave.removeClass('disabled loading');
}); });
}); });