Fix class "Sanitiser" not found
This commit is contained in:
parent
d7695d7694
commit
7da6bc09e2
2 changed files with 4 additions and 1 deletions
|
@ -6,6 +6,8 @@
|
|||
* @author Jay Trees <github.jay@grandel.anonaddy.me>
|
||||
*/
|
||||
|
||||
namespace wishthis;
|
||||
|
||||
$api = true;
|
||||
$response = array();
|
||||
|
||||
|
|
|
@ -103,7 +103,8 @@ $(function() {
|
|||
button_set_default_state(buttonSave);
|
||||
break;
|
||||
}
|
||||
|
||||
})
|
||||
.finally(function() {
|
||||
buttonSave.removeClass('disabled loading');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue