Sha256: 04ef64ccc61041f94d9a3f3af48584de05d2e25db7373d12eab043a814d02d92
Contents?: true
Size: 239 Bytes
Versions: 45
Compression:
Stored size: 239 Bytes
Contents
$(document).on "ready page:load", -> if window.location.hash activeTab = $('[href=' + window.location.hash + ']') activeTab && activeTab.tab('show') $('.nav-tabs a').on 'click', (e) -> window.location.hash = e.target.hash
Version data entries
45 entries across 45 versions & 2 rubygems