mirror of
https://github.com/apigy/selfstarter.git
synced 2026-01-09 14:27:55 -05:00
fix for payment optoins section so that the email controls do not overlap footer, even if you change the size of the footer
This commit is contained in:
@@ -10,7 +10,7 @@ Selfstarter =
|
|||||||
$("#email").addClass("highlight") unless Selfstarter.firstTime
|
$("#email").addClass("highlight") unless Selfstarter.firstTime
|
||||||
$("#amazon_button").addClass("disabled") unless $("#amazon_button").hasClass("disabled")
|
$("#amazon_button").addClass("disabled") unless $("#amazon_button").hasClass("disabled")
|
||||||
init: ->
|
init: ->
|
||||||
checkoutOffset = $('body').height() - 101 #needs to be done upon init
|
checkoutOffset = $('body').height() - $('.footer').outerHeight() #needs to be done upon init
|
||||||
|
|
||||||
$("#email").bind "textchange", ->
|
$("#email").bind "textchange", ->
|
||||||
Selfstarter.validateEmail()
|
Selfstarter.validateEmail()
|
||||||
|
|||||||
Reference in New Issue
Block a user