Sha256: a87e49805ffd26f15a2bfe1df5a70527b1232d5583a8fd1a67ccd1cd00b08348
Contents?: true
Size: 268 Bytes
Versions: 30
Compression:
Stored size: 268 Bytes
Contents
mumuki.load(() => { var hash = document.location.hash; if (hash) { $(".nav-tabs a[data-target='" + hash + "']").tab('show'); } $('a[data-toggle="tab"]').on('show.bs.tab', function (e) { window.location.hash = $(e.target).attr('data-target'); }); });
Version data entries
30 entries across 30 versions & 1 rubygems