1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00

Commented out code cleanup

This commit is contained in:
Akita Noek 2016-05-31 17:15:14 -04:00
parent d8dac662a1
commit d971461ae6
2 changed files with 0 additions and 2 deletions

View File

@ -449,7 +449,6 @@ input[type='radio']:checked:before {
.Form-labelAction {
text-transform: uppercase;
//color: @default-interface-txt;
font-weight: normal;
font-size: 0.8em;
padding-left:5px;

View File

@ -155,7 +155,6 @@ export default
}
}
sync_playbook_select2();
//setTimeout(() => $("#playbook-select").trigger('change'), 1) // sync select2
};
$scope.toggleNotification = function(event, notifier_id, column) {