From ae95b088dc0af562b210bbbe951562b058531c81 Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 21 Oct 2020 16:04:04 +0200 Subject: [PATCH] Fix syntax error --- www/pad/csp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/pad/csp.js b/www/pad/csp.js index 02f21f883..13a40f851 100644 --- a/www/pad/csp.js +++ b/www/pad/csp.js @@ -27,7 +27,7 @@ define(['jquery'], function ($) { if (bgImg) { $icon[0].style.setProperty('background-image', bgImg, 'important'); } - catch (e) { console.error(e); } + } catch (e) { console.error(e); } } $el.on('keydown blur focus click dragstart', function (e) { e.preventDefault();