Sha256: 3cadba352b353356f3ceba8c9de1af0ea82b0f77fd6980ba94210eb0f26946ef
Contents?: true
Size: 441 Bytes
Versions: 19
Compression:
Stored size: 441 Bytes
Contents
$ -> if $('frameset').length > 0 parser = document.createElement('a') parser.href = location.href starter = parser.hash.substr(1) if starter.length > 0 $('#content')[0].contentWindow.location.href = starter $('#content').load -> hash = encodeURI(@contentWindow.location.href) if history.pushState history.replaceState(null, document.title, '#'+hash); else location.hash = hash
Version data entries
19 entries across 19 versions & 1 rubygems