Line 12: | Line 12: | ||
} | } | ||
if ( | if ( | ||
− | $("#main-container #button").height() <= | + | $("#main-container #button").height() <= $(window).height() |
) { | ) { | ||
$("#main-container #button").height( | $("#main-container #button").height( | ||
Line 20: | Line 20: | ||
if ( | if ( | ||
$("#main-container #button").height() > | $("#main-container #button").height() > | ||
− | + | $(window).height() | |
) { | ) { | ||
if ( | if ( |
Revision as of 04:13, 17 October 2018