Do not include jQuery twice.

This commit is contained in:
Pavel Mironchik 2021-01-29 00:45:58 +06:00
parent 633fc0e2fc
commit dcfac7ebb9

View File

@ -8,7 +8,9 @@ window._ = require('lodash');
*/
try {
window.$ = window.jQuery = require('jquery');
if (!window.$) {
window.$ = window.jQuery = require('jquery');
}
//require('bootstrap-sass');
} catch (e) {}