Explicitly import jQuery

This commit is contained in:
Paul Chavard 2018-08-09 11:53:59 +02:00
parent 980d89dcac
commit 008d84f107
18 changed files with 28 additions and 12 deletions

View file

@ -1,3 +1,5 @@
import $ from 'jquery';
$(document).on('click', 'body', () => {
$('.print-menu').removeClass('open fade-in-down');
});