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();