From 016b21584e5e330f160a380220031e56a33d1e1f Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 16 Apr 2014 16:26:23 +0300 Subject: [PATCH] Bug fixes --- app/views/invoices/edit.blade.php | 2 +- app/views/master.blade.php | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/views/invoices/edit.blade.php b/app/views/invoices/edit.blade.php index dd20e2acfb29..2a95897135d5 100755 --- a/app/views/invoices/edit.blade.php +++ b/app/views/invoices/edit.blade.php @@ -274,7 +274,7 @@ - @if (!Auth::user()->account->isPro()) + @if (false && !Auth::user()->account->isPro()) {{ trans('texts.pro_plan.remove_logo', ['link'=>''.trans('texts.pro_plan.remove_logo_link').'']) }} @endif diff --git a/app/views/master.blade.php b/app/views/master.blade.php index 9dc7676cf63a..4e3040bf097d 100755 --- a/app/views/master.blade.php +++ b/app/views/master.blade.php @@ -19,7 +19,13 @@ - + @if (File::exists('vendor/jquery/jquery.js')) + + @elseif (File::exists('vendor/jquery/dist/jquery.js')) + + @else + {{ die('Error: Failed to find jQuery') }} + @endif