Sha256: ff54bbbe3b448c583b6ccd4777ae23661c096da64f4a9e5b19cc0ef132aaa319
Contents?: true
Size: 642 Bytes
Versions: 4
Compression:
Stored size: 642 Bytes
Contents
/*global Application $id */ // Behavior for calendar (schedule) navigation. ;(function($){ $.calnav = function(){ $('.calnav .item[href]') .off('click') .on('click', function() { Application.showView( $.deserialize(this.getAttribute('href')) ); }); // CFB2 only $('#calnav_dropdown').filterable(); // CFB2 only var weekLabel = $id('week_label'); if (weekLabel) { weekLabel.innerHTML = $id('calnav_dropdown').options[$id('calnav_dropdown').selectedIndex].text; } }; })(Zepto);
Version data entries
4 entries across 4 versions & 1 rubygems