diff options
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/MontageHistoryCtrl.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/js/MontageHistoryCtrl.js b/www/js/MontageHistoryCtrl.js index 54e37895..5cf9892b 100644 --- a/www/js/MontageHistoryCtrl.js +++ b/www/js/MontageHistoryCtrl.js @@ -320,10 +320,10 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc ], - theme: "lib/videogular-themes-default/videogular.css", + theme: "external/videogular2.2.1/videogular.min.css", cuepoints: { theme: { - url: "lib/videogular-cuepoints/cuepoints.css" + url: "external/videogular2.2.1/videogular-cuepoints.min.css" }, points: [], } @@ -441,10 +441,10 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc ], - theme: "lib/videogular-themes-default/videogular.css", + theme: "external/videogular2.2.1/videogular.min.css", cuepoints: { theme: { - url: "lib/videogular-cuepoints/cuepoints.css" + url: "external/videogular2.2.1/videogular-cuepoints.min.css" }, points: [], } @@ -910,10 +910,10 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc ], - theme: "lib/videogular-themes-default/videogular.css", + theme: "external/videogular2.2.1/videogular.min.css", cuepoints: { theme: { - url: "lib/videogular-cuepoints/cuepoints.css" + url: "external/videogular2.2.1/videogular-cuepoints.min.css" }, points: [], } |
