This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
var Webflow = Webflow || []; | |
Webflow.push(function () { | |
// Getting the #hash from the URL | |
var url = window.location.hash; | |
// Removing the # symbel | |
var tab = url.substr(1); | |
// Acticating the tab with the same name as the #hash from the URL | |
$('.w-tab-menu > a[data-w-tab="' + tab + '"]').click(); | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_wrappers.so |
OlderNewer