Skip to content

Commit

Permalink
update minimized navigation.js script and bump theme version
Browse files Browse the repository at this point in the history
  • Loading branch information
francgrasso committed Dec 20, 2021
1 parent f2b932e commit 99cb1e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions js/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
if(window.matchMedia("(pointer: coarse)").matches) {
selector = '.menu-item-has-children > a';
}

$(selector).on( 'click',function (ev) {
if ($(this).hasClass('submenu-opened')) {
return true;
Expand All @@ -83,7 +83,7 @@
$(this).parent().siblings().find('a').removeClass('submenu-opened');
$(this).addClass('submenu-opened');
}
});
});

// Open/close mobile menu on menu item with no children click (go to link)
$('#mobile-menu li:not(.menu-item-has-children) > a').on('click', function(){
Expand Down
2 changes: 1 addition & 1 deletion js/navigation.min.js

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

2 changes: 1 addition & 1 deletion sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Author: YITH
Author URI: https://yithemes.com
Description: Proteo is a modern, fast and fully customizable WooCommerce theme. Designed and developed by YITH - a team of top developers of premium themes - with a beautiful UI, a minimal design and an optimized code, is perfect for each kind of site or shop. With the Proteo Wizard you can import our demo content with just a few clicks - in less than 2 minutes! - and easily customize it using the advanced front-end customizer. Proteo is the best solution if you want a complete WooCommerce theme that works perfectly also in mobile devices and start quickly to sell your products with WooCommerce without technical knowledge. Works perfectly with page builders like Elementor, Gutenberg & Visual composer. Key features: # WooCommerce Ready # Responsive with a perfect mobile design # Compatible with Elementor, Gutenberg, Visual Composer and others page builders # Translation Ready # Frontend customizer with hundred of options to customize header, footer, pages, typography, style, ecc. # Google fonts support # Regularly updated and improved with new demos and advanced features # Support to all YITH plugins. Check all our Proteo demos: https://proteo.yithemes.com/
Version: 1.7.1.14
Version: 1.7.1.15
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yith-proteo
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 99cb1e3

Please sign in to comment.