From 94f5047d4650e04385cabdabd0a68294c7b194d2 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 23 Mar 2014 19:55:29 +0200 Subject: [PATCH] Bug fixes --- app/views/header.blade.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/header.blade.php b/app/views/header.blade.php index d698718ed697..4813ee4d6538 100755 --- a/app/views/header.blade.php +++ b/app/views/header.blade.php @@ -385,8 +385,6 @@ } function submitSignUp() { - var d; - console.log(d.test()); $.ajax({ type: 'POST', url: '{{ URL::to('signup/submit') }}',