Fix syntax error

pull/1/head
yflory 4 years ago
parent 8feb360b88
commit ae95b088dc

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

Loading…
Cancel
Save