Difference between revisions of "Template:TecCEM/JsHome"

Line 12: Line 12:
 
             }
 
             }
 
             if (
 
             if (
                 $("#main-container #button").height() <= 1.5 * $(window).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() >
                1.5 * $(window).height()
+
              $(window).height()
 
             ) {
 
             ) {
 
                 if (
 
                 if (

Revision as of 04:13, 17 October 2018