Sha256: 698be980a3396d18376877455bd0e0723a5b3fbeeefccc76075dd6035d978eb9

Contents?: true

Size: 256 Bytes

Versions: 7

Compression:

Stored size: 256 Bytes

Contents

$(window).load ->
  windowWidth = $(window).width()
  smallBreakpoint = 640
  if windowWidth < smallBreakpoint
    # sets the height so the nav items in the top bar are scrollable
    windowHeight = $(window).height()
    $('.top-bar').height windowHeight

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ama_layout-3.2.2 app/assets/javascripts/ama_layout/desktop/header_menu.coffee
ama_layout-3.2.1 app/assets/javascripts/ama_layout/desktop/header_menu.coffee
ama_layout-3.2.0 app/assets/javascripts/ama_layout/desktop/header_menu.coffee
ama_layout-3.1.3 app/assets/javascripts/ama_layout/desktop/header_menu.coffee
ama_layout-3.1.1 app/assets/javascripts/ama_layout/desktop/header_menu.coffee
ama_layout-3.1.0 app/assets/javascripts/ama_layout/desktop/header_menu.coffee
ama_layout-3.0.0 app/assets/javascripts/ama_layout/desktop/header_menu.coffee