diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php
index 26968e8eb0393786fe6039113597689866b656ce..763c4b6e854b7f7167f070c0f8a6474f9409074e 100644
--- a/resources/views/index.blade.php
+++ b/resources/views/index.blade.php
@@ -14,7 +14,6 @@
   @endif
 	<div id="plugin-btn-div">
 		@if($agent->isMobile() && $agent->browser() === "Chrome")
-		<input type="hidden" name="eingabe" value="chrome" />
 		<button type="submit" id="plugin-btn" form="searchForm" title="{{ trans('index.plugin-title') }}" name="chrome-plugin" value="true"><i class="fa fa-plug" aria-hidden="true"></i> {{ trans('index.plugin') }}</a>
 		@else
 		<a id="plugin-btn" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/plugin") }}" title="{{ trans('index.plugin-title') }}"><i class="fa fa-plug" aria-hidden="true"></i> {{ trans('index.plugin') }}</a>