From 922f98c3e4cf004e01d0f81b5e6500731ad085e7 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 22 Feb 2020 16:23:31 -0500 Subject: #897 fix: overlay css, move cue code to canPlay, convert cue points to float to avoid exceptions --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/app.js') 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"); -- cgit v1.2.3