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

local_config

Fixed javascript error.
This commit is contained in:
Chris Houseknecht 2014-07-25 10:45:12 -04:00
parent 623ac5804e
commit 89f65d8ba0

View File

@ -44,5 +44,5 @@ angular.module('LoadConfigHelper', ['Utilities'])
//local_config.js not found
$rootScope.$emit('LoadConfig');
});
}
};
}]);