diff --git a/Apollo/api/application/models/Login_model.php b/Apollo/api/application/models/Login_model.php
index 6917fc4f..b7b0db5a 100755
--- a/Apollo/api/application/models/Login_model.php
+++ b/Apollo/api/application/models/Login_model.php
@@ -472,7 +472,7 @@ class Login_model extends CI_Model
$htmlContent ='Name'.' '.$firstname.'
'. 'ContactNumber'.' '. $primaryPhone .'
'.'EmailID' .' '.$emailId .'
'.'Comments'.' '.$Comments;
- $this->email->to('rajasamy1991@gmail.com');
+ $this->email->to('vipnagarajan@gmail.com');
$this->email->from($emailId);
$subj = 'Student Enquiry';
$this->email->subject($subj);
diff --git a/Apollo/assets/js/controllers/loginCtrl.js b/Apollo/assets/js/controllers/loginCtrl.js
index eb4a6317..630d40ae 100644
--- a/Apollo/assets/js/controllers/loginCtrl.js
+++ b/Apollo/assets/js/controllers/loginCtrl.js
@@ -453,7 +453,7 @@ $scope.mailto = function(data){
if((firstname == undefined)||(primaryPhone =="")||(emailId == undefined)||(Comments == undefined))
{
- swal("Please Enter all the Fields");
+ // swal("Please Enter all the Fields");
}
else{
// swal("submit");
diff --git a/Apollo/assets/views/login_login.html b/Apollo/assets/views/login_login.html
index dd8f69fc..468b1321 100755
--- a/Apollo/assets/views/login_login.html
+++ b/Apollo/assets/views/login_login.html
@@ -667,6 +667,7 @@
}
#reg{border-color: #076ae4;
box-shadow: 0 0 28px #69a9e0 inset;}
+
@@ -1160,14 +1161,15 @@ List of universities that have authorized Apollo college to function as the cent
-
+