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