diff --git a/PlexRequests.UI/Content/app/controllers/userManagement/userManagementController.js b/PlexRequests.UI/Content/app/userManagement/userManagementController.js similarity index 100% rename from PlexRequests.UI/Content/app/controllers/userManagement/userManagementController.js rename to PlexRequests.UI/Content/app/userManagement/userManagementController.js diff --git a/PlexRequests.UI/Content/app/services/userManagement/userManagementService.js b/PlexRequests.UI/Content/app/userManagement/userManagementService.js similarity index 100% rename from PlexRequests.UI/Content/app/services/userManagement/userManagementService.js rename to PlexRequests.UI/Content/app/userManagement/userManagementService.js diff --git a/PlexRequests.UI/Content/search-1.7.js b/PlexRequests.UI/Content/search-1.7.js index 2baa49750..5aaf1403e 100644 --- a/PlexRequests.UI/Content/search-1.7.js +++ b/PlexRequests.UI/Content/search-1.7.js @@ -51,7 +51,7 @@ $(function () { if (searchTimer) { clearTimeout(searchTimer); } - searchTimer = setTimeout(movieSearch, 400); + searchTimer = setTimeout(movieSearch, 800); }); diff --git a/PlexRequests.UI/PlexRequests.UI.csproj b/PlexRequests.UI/PlexRequests.UI.csproj index 63dda1a11..c4c92b4b1 100644 --- a/PlexRequests.UI/PlexRequests.UI.csproj +++ b/PlexRequests.UI/PlexRequests.UI.csproj @@ -303,7 +303,7 @@ PreserveNewest - + Always @@ -502,7 +502,7 @@ Always - + Always diff --git a/PlexRequests.UI/Views/Admin/EmailNotifications.cshtml b/PlexRequests.UI/Views/Admin/EmailNotifications.cshtml index b59b261a1..6c45024e1 100644 --- a/PlexRequests.UI/Views/Admin/EmailNotifications.cshtml +++ b/PlexRequests.UI/Views/Admin/EmailNotifications.cshtml @@ -93,37 +93,37 @@ - -
- @for (var i = 0; i < Model.Message.Count; i++) - { -
-