Sha256: 1dbca27fe2b8e28cf92126ff7c596f52586beafc186fa3d5fcc0a658849bb4dc
Contents?: true
Size: 241 Bytes
Versions: 25
Compression:
Stored size: 241 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
25 entries across 25 versions & 1 rubygems