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>
|
* @author Jay Trees <github.jay@grandel.anonaddy.me>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
namespace wishthis;
|
||||||
|
|
||||||
$api = true;
|
$api = true;
|
||||||
$response = array();
|
$response = array();
|
||||||
|
|
||||||
|
|
|
@ -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');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue