()
| 46 | var light_color = '#CCCCCC'; |
| 47 | |
| 48 | function get_viewport_height() { |
| 49 | if (window.innerHeight) |
| 50 | return window.innerHeight; |
| 51 | else |
| 52 | return jwindow.height(); |
| 53 | } |
| 54 | |
| 55 | function sidebar_is_collapsed() { |
| 56 | return sidebarwrapper.is(':not(:visible)'); |
no outgoing calls
no test coverage detected