mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
jshint errors
This commit is contained in:
parent
47b04f3a6f
commit
fd40135d9d
@ -737,7 +737,7 @@ export default
|
||||
return true;
|
||||
};
|
||||
|
||||
scope.toggleLessEvents = function(state) {
|
||||
scope.toggleLessEvents = function() {
|
||||
if (!scope.lessEvents) {
|
||||
$('#events-summary').slideUp(200);
|
||||
scope.lessEvents = true;
|
||||
|
||||
@ -110,7 +110,7 @@ export default
|
||||
Wait('start');
|
||||
Rest.setUrl(url);
|
||||
Rest.post(params)
|
||||
.success(function (data) {
|
||||
.success(function () {
|
||||
$state.go('notifications', {}, {reload: true});
|
||||
Wait('stop');
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user