Fix syntax error
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…
Reference in New Issue