Sha256: 06c34bde3a1ade38cbf2f5cb2e5ebf7e1b4de668c9b1674196207b4be2d16a2a
Contents?: true
Size: 355 Bytes
Versions: 7
Compression:
Stored size: 355 Bytes
Contents
@Remetric ||= {} @Remetric.window = -> if $("#new_message:visible").length window_height = $(window).height() top_margin = 100 bottom_margin = 100 to_height = 43 subject_height = 43 h1_height = 52 new_height = window_height - top_margin - bottom_margin - to_height - subject_height - h1_height $("#message_body").css "height", new_height
Version data entries
7 entries across 7 versions & 1 rubygems