mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
The move!
This commit is contained in:
parent
1daf480b1b
commit
25526cc4d9
1147 changed files with 85 additions and 8524 deletions
8
Old/Ombi.UI/Content/app/app.js
Normal file
8
Old/Ombi.UI/Content/app/app.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
(function() {
|
||||
module = angular.module('PlexRequests', ['ngLoadingSpinner']);
|
||||
module.constant("moment", moment);
|
||||
|
||||
//module.config(['usSpinnerConfigProvider', function (usSpinnerConfigProvider) {
|
||||
// usSpinnerConfigProvider.setDefaults({ color: 'white' });
|
||||
//}]);
|
||||
}());
|
Loading…
Add table
Add a link
Reference in a new issue