From d7c40164cb1f72a2e590e4c4e1ef67e64f520c7a Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 15 Jul 2016 13:37:56 +0100 Subject: [PATCH] #424 --- .../userManagementController.js | 0 .../userManagement/userManagementService.js | 0 PlexRequests.UI/Content/search-1.7.js | 2 +- PlexRequests.UI/PlexRequests.UI.csproj | 4 +- .../Views/Admin/EmailNotifications.cshtml | 52 +++++++++---------- .../Views/UserManagement/Index.cshtml | 8 +-- 6 files changed, 33 insertions(+), 33 deletions(-) rename PlexRequests.UI/Content/app/{controllers => }/userManagement/userManagementController.js (100%) rename PlexRequests.UI/Content/app/{services => }/userManagement/userManagementService.js (100%) 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++) - { -
-