Sha256: 12a7205116771667e646d4d6beff4e912c8fd929e2be9a0f2877e63f9fb77e9c
Contents?: true
Size: 421 Bytes
Versions: 5
Compression:
Stored size: 421 Bytes
Contents
$(function(){ $('header.meurio_header .icon-arrow-box').click(function(e){ $('.other_apps').toggle(); e.stopPropagation(); return false; }); $(document).click(function(){ $('.other_apps').hide(); }); $('header.meurio_header .icon-triangle-down').click(function(e){ $('.current_user_links').toggle(); e.stopPropagation(); return false; }); $(document).click(function(){ $('.current_user_links').hide(); }); });
Version data entries
5 entries across 5 versions & 1 rubygems