diff --git a/gulpfile.js b/gulpfile.js index eb145a694..be8ba3c12 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -214,6 +214,14 @@ gulp.task('password-strength', function () { .pipe(gulp.dest(config.production + '/password-strength')); }); +gulp.task('hotkeys-js', function () { + gulp.src([ + config.main.bowerDirectory + '/hotkeys-js/dist/hotkeys.min.js', + ]) + .pipe(flatten()) + .pipe(gulp.dest(config.production + '/' + config.paths.js + '/hotkeys-js')); +}); + gulp.task('chartjs', function () { gulp.src([ config.main.bowerDirectory + '/chart.js/dist/Chart.min.js', @@ -385,6 +393,7 @@ gulp.task('other', ['clean'], function () { gulp.start('ckeditor'); gulp.start('colorpicker'); gulp.start('password-strength'); + gulp.start('hotkeys-js'); gulp.start('i18n'); gulp.start('pdfjs'); diff --git a/include/bottom.php b/include/bottom.php index 7b9693eb9..b9276ffe3 100755 --- a/include/bottom.php +++ b/include/bottom.php @@ -9,7 +9,7 @@ if (Auth::check()) {