mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
remove unnecessary conditional
This commit is contained in:
@@ -87,8 +87,6 @@ function ListApplicationsController (
|
||||
|
||||
if (parseInt($state.params.application_id, 0) === app.id) {
|
||||
$state.go('applications', reloadListStateParams, { reload: true });
|
||||
} else if (parseInt($state.params.application_id, 0) === application.id) {
|
||||
$state.go('applications', reloadListStateParams, { reload: true });
|
||||
} else {
|
||||
$state.go('.', reloadListStateParams, { reload: true });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user