diff --git a/app/libraries/utils.php b/app/libraries/utils.php index f4fb3bc68348..7ffacc13f207 100755 --- a/app/libraries/utils.php +++ b/app/libraries/utils.php @@ -41,7 +41,7 @@ class Utils 'input' => Input::all() ]; - Log::error('\n'.$error, $data); + Log::error($error."\n", $data); /* Mail::queue('emails.error', ['message'=>$error.' '.json_encode($data)], function($message) diff --git a/app/views/header.blade.php b/app/views/header.blade.php index 4813ee4d6538..d698718ed697 100755 --- a/app/views/header.blade.php +++ b/app/views/header.blade.php @@ -385,6 +385,8 @@ } function submitSignUp() { + var d; + console.log(d.test()); $.ajax({ type: 'POST', url: '{{ URL::to('signup/submit') }}', diff --git a/app/views/master.blade.php b/app/views/master.blade.php index 113649767ff1..e1db15749cd7 100755 --- a/app/views/master.blade.php +++ b/app/views/master.blade.php @@ -17,16 +17,20 @@ - + + +