Skip to content

Commit

Permalink
fixed menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Nachbauer committed Aug 28, 2024
1 parent b9a9f9e commit 5a850a0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions assets/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ const concat = require('gulp-concat');
const replace = require('gulp-replace');
const autoprefixer = require('gulp-autoprefixer');
const postcss = require('gulp-postcss');
// const uglify = require('gulp-uglify-es').default;
const gulpTerser = require('gulp-terser');
// const terser = require('terser');
const babel = require('gulp-babel');

const fs = require('fs');
Expand Down
2 changes: 1 addition & 1 deletion assets/js/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Navigation {
});

if (this.desktopToolbar && this.desktopMenu && this.mobileMenu) {
window.addEventListener('scroll', this.throttle(() => this.onWindowScroll(), 100));
window.addEventListener('scroll', this.throttle(() => this.onWindowScroll(), 10));
}
}

Expand Down
2 changes: 1 addition & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hsc-theme",
"version": "2.10.3",
"version": "2.10.4",
"scripts": {
"build": "gulp"
},
Expand Down
2 changes: 1 addition & 1 deletion assets/sass/wordpress.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Theme Name: Naba HSC Divi Child
* Theme URI: http://www.elegantthemes.com/gallery/divi/
* Version: 2.10.3
* Version: x.x.x
* Description: Child Theme for Divi
* Author: Nachbauer Philip
* Author URI: http://www.naba.at
Expand Down
2 changes: 1 addition & 1 deletion style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a850a0

Please sign in to comment.