Sha256: bfb6f59f802af885f17350fa9351b5474054726b0639b211d7f18227cdbf7017
Contents?: true
Size: 373 Bytes
Versions: 11
Compression:
Stored size: 373 Bytes
Contents
// Enable dropdown for multiple actions on show pages. (function() { "use strict"; App.register('component').enter(function() { $('body.show #titlebar_right').click(function() { $(this).toggleClass('active'); }); $('body.show #active_admin_content').click(function() { $('body.show #titlebar_right').removeClass('active'); }); }); })();
Version data entries
11 entries across 11 versions & 1 rubygems