From 9a592753b250defd02867b6dd22b043e5d055821 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 23 Mar 2014 19:54:02 +0200 Subject: [PATCH] Bug fixes --- app/libraries/utils.php | 2 +- app/views/header.blade.php | 2 + app/views/master.blade.php | 8 +- public/js/stacktrace.js | 485 +++++++++++++++++++++++++++++++++++++ 4 files changed, 494 insertions(+), 3 deletions(-) create mode 100644 public/js/stacktrace.js 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 @@ - + + +