????
| Current Path : /home2/morganrand/public_html/sub/wp-content/themes/oceanwp/assets/js/core/ |
| Current File : /home2/morganrand/public_html/sub/wp-content/themes/oceanwp/assets/js/core/navNoClick.js |
var $j = jQuery.noConflict();
$j( document ).on( 'ready', function() {
"use strict";
// Nav no click
oceanwpNavNoClick();
} );
/* ==============================================
NAV NO CLICK
============================================== */
function oceanwpNavNoClick() {
"use strict"
$j( 'li.nav-no-click > a' ).on( 'click', function() {
return false;
} );
}