Tagged: tab
I found that when I clicked on the tab created by enfold, it will add a hash to the url. How can I disable this hash?
Hey boscotwcheung!
Comment out line 2469 in the /enfold/js/shortcodes.js file.
//var new_loc = tab.data('fake-id');
Cheers!
Elliott
Thanks