Difference between revisions of "Template:TecCEM/JsHome"

Line 14: Line 14:
 
                 )
 
                 )
 
             if (
 
             if (
                ($("#main-container #button").height() >=
+
              ( $("#main-container #button").height() >=
                     2 * $(window).height()) &&
+
                     (2 * $(window).height())) &&
                 ($("#main-container #button").width() >= 2 * $(window).width())
+
                 ($("#main-container #button").width() >= (2 * $(window).width()))
 
             ) {
 
             ) {
 
                 $("#main-container #button").css("pointer-events", "none")
 
                 $("#main-container #button").css("pointer-events", "none")

Revision as of 18:48, 11 October 2018