Sha256: 8f4540dc914d81e22e1f2e014f4877406dc8673cb9495a4ed61e4ce9d76890a4
Contents?: true
Size: 389 Bytes
Versions: 11
Compression:
Stored size: 389 Bytes
Contents
(function() { "use strict"; $(function() { $('.flash-alert i, .flash-notice i').click(function() { var flashElement = $(this).parent(); flashElement.animate({ borderWidth: 0, height: 0, marginBottom: 0, marginTop: 0, opacity: 0, paddingBottom: 0, paddingTop: 0 }); return false; }); }); })();
Version data entries
11 entries across 11 versions & 1 rubygems