From f5e1367e57d4ef74118388b73393f85b10f5cda4 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 7 Feb 2017 22:40:37 -0600 Subject: [PATCH] Server sided mail checking... --- checkMail.php | 3 +++ js/router.js | 1 - templates/sell_userInfo.html | 35 +++++++++++++++++++++++++++++++---- 3 files changed, 34 insertions(+), 5 deletions(-) create mode 100644 checkMail.php diff --git a/checkMail.php b/checkMail.php new file mode 100644 index 0000000..8acc869 --- /dev/null +++ b/checkMail.php @@ -0,0 +1,3 @@ + diff --git a/js/router.js b/js/router.js index f6f5efa..cde8a9a 100644 --- a/js/router.js +++ b/js/router.js @@ -1,6 +1,5 @@ /*globals $,ibuyproperties,window*/ -// R O O T E R ibuyproperties.router=(function(){ var allRoutes=[]; diff --git a/templates/sell_userInfo.html b/templates/sell_userInfo.html index ef659dc..7b75fd1 100644 --- a/templates/sell_userInfo.html +++ b/templates/sell_userInfo.html @@ -1,16 +1,43 @@