mirror of
https://github.com/apigy/selfstarter.git
synced 2026-01-08 22:07:56 -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
|
||||
$("#amazon_button").addClass("disabled") unless $("#amazon_button").hasClass("disabled")
|
||||
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", ->
|
||||
Selfstarter.validateEmail()
|
||||
|
||||
Reference in New Issue
Block a user