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