Separated base hosting page into html sections, Added pricing selector to Django Page, Added pricing selector to Rails Page, Added pricing selector to NodeJS Page, Implemented hosting signup , Implemented hosting login, Created forms to handle login/signup errors
This commit is contained in:
parent
9694681dd2
commit
4e23adcea6
19 changed files with 578 additions and 638 deletions
|
|
@ -30,11 +30,6 @@ $( document ).ready(function() {
|
|||
console.log(final_price_selector);
|
||||
$(final_price_selector).text(price.toString().concat(CURRENCY));
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
//Listener function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue