Sha256: 34f2df186a233062a8bc69946a622b088d86f85d3b8863e34dc377b4613f4aed
Contents?: true
Size: 1.1 KB
Versions: 3
Compression:
Stored size: 1.1 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1325695618.004611:@value{ I"length:EFi{I"digest; F"%169a41ce2d19740e03908cf9124200d3I"source; FI"{/* expand_contract_toggle.js: Support for show more/hide more in lists of umlaut content. */ jQuery(document).ready(function($) { $(".expand_contract_toggle").live("click", function() { var content = $(this).next(".expand_contract_content"); var icon = $(this).parent().find('img.toggle_icon'); if (content.is(":visible")) { icon.attr("src", icon.attr("src").replace("list_open.png", "list_closed.png")); $(this).find(".expand_contract_action_label").text("Show "); content.hide(); } else { icon.attr("src", icon.attr("src").replace("list_closed.png", "list_open.png")); $(this).find(".expand_contract_action_label").text("Hide "); content.show(); } return false; }); }); ; FI" _version; F"%742ae9e3db24ddeb5c807914bde33141
Version data entries
3 entries across 3 versions & 1 rubygems