Sha256: e66a7335926e9d2e2ea869e7ffe19fb7242efc6aeb73aec66674b73167c2682d
Contents?: true
Size: 654 Bytes
Versions: 21
Compression:
Stored size: 654 Bytes
Contents
jQuery.fn.exists = function(){ return this.length > 0; }; $.expr[':'].icontains = function(obj, index, meta, stack){ return (obj.textContent || obj.innerText || jQuery(obj).text() || ''). toLowerCase().indexOf(meta[3].toLowerCase()) >= 0; }; jQuery(function ($) { // Init all tooltips. $("[rel=tooltip]").tooltip(); if( !window.location.hash.split('#!/')[1] ) { goToLocation( 'summary/charts' ); } // Restore the last open tab from the URL fragment. openFromWindowLocation(); scrollToActiveElementFromWindowLocation(); }); $(window).bind( 'hashchange', function () { openFromWindowLocation(); });
Version data entries
21 entries across 21 versions & 1 rubygems