Sha256: 63071438ba186899c4bcc088fd263d517a0f0fdf8628df6758820259b7922696
Contents?: true
Size: 257 Bytes
Versions: 12
Compression:
Stored size: 257 Bytes
Contents
$(document).on "ready turbolinks:load 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
12 entries across 12 versions & 1 rubygems