From 3cadaca746b6b61975c8bb6027956a7e323a4d38 Mon Sep 17 00:00:00 2001 From: Aldarien Date: Fri, 24 Nov 2023 20:42:05 -0300 Subject: [PATCH] Focus and Dev Kint --- app/composer.json | 1 + app/resources/views/search.blade.php | 1 + 2 files changed, 2 insertions(+) diff --git a/app/composer.json b/app/composer.json index 611c509..5738325 100644 --- a/app/composer.json +++ b/app/composer.json @@ -13,6 +13,7 @@ "slim/slim": "^4.11" }, "require-dev": { + "kint-php/kint": "^5.1", "phpunit/phpunit": "^10.2" }, "authors": [ diff --git a/app/resources/views/search.blade.php b/app/resources/views/search.blade.php index 9f9af42..608e4be 100644 --- a/app/resources/views/search.blade.php +++ b/app/resources/views/search.blade.php @@ -312,6 +312,7 @@ this.get().results() return false }) + $("[name='query']").focus() } } $(document).ready(() => {