diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-02-22 16:23:31 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-02-22 16:23:31 -0500 |
| commit | 922f98c3e4cf004e01d0f81b5e6500731ad085e7 (patch) | |
| tree | 2dd6691ac043d843253db383fc2086df78c124b9 /www/js/app.js | |
| parent | 15fbabb40520ab898a2be9eecf588aac8a1ba882 (diff) | |
#897 fix: overlay css, move cue code to canPlay, convert cue points to float to avoid exceptions
Diffstat (limited to 'www/js/app.js')
| -rwxr-xr-x | www/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js index ebe73e8c..73b50511 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -2039,7 +2039,7 @@ angular.module('zmApp', [ //$compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|cdvphotolibrary):/); $compileProvider.imgSrcSanitizationWhitelist(/^\s*(https?|ftp|file|content|cdvphotolibrary|blob|unsafe|local):|data:image\//); - $provide.decorator("$exceptionHandler", ['$delegate', '$injector', function ($delegate, $injector) { + $provide.decorator("$exceptionHandler", ['$delegate', '$injector', function ($delegate, $injector) { return function (exception, cause) { var $rootScope = $injector.get("$rootScope"); |
