From c333cb0590501628cf458bc6720654e352d4736a Mon Sep 17 00:00:00 2001 From: Dew Gaming Date: Tue, 27 Aug 2024 11:48:43 -0500 Subject: [PATCH] Corrected issue with select2 not affecting all dropdowns of the same class --- Pokedex/Pokedex/Views/Shared/_Layout.cshtml | 4 ++-- Pokedex/Pokedex/wwwroot/js/pokemonPage.js | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Pokedex/Pokedex/Views/Shared/_Layout.cshtml b/Pokedex/Pokedex/Views/Shared/_Layout.cshtml index 4d395b50..0ddb4214 100644 --- a/Pokedex/Pokedex/Views/Shared/_Layout.cshtml +++ b/Pokedex/Pokedex/Views/Shared/_Layout.cshtml @@ -12,7 +12,7 @@ @ViewBag.Title - + @RenderSection("styles", required: false) @@ -74,7 +74,7 @@ - +