From 3f404e93155299ad395312ee2328df773bd0a677 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 25 Apr 2018 17:13:27 +0200 Subject: Added basic user/friend integration --- main/app/sprinkles/core/assets/SiteAssets/js/main.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main/app/sprinkles/core/assets') diff --git a/main/app/sprinkles/core/assets/SiteAssets/js/main.js b/main/app/sprinkles/core/assets/SiteAssets/js/main.js index 8341cbf..dbbfc5b 100644 --- a/main/app/sprinkles/core/assets/SiteAssets/js/main.js +++ b/main/app/sprinkles/core/assets/SiteAssets/js/main.js @@ -120,6 +120,8 @@ UserSearchBar.keyup(function () { error: function () { console.log("[SEARCH LOGGER] 404s are not a bug - they're a feature!"); console.log("[SEARCH LOGGER] " + RequestedUser + " not found..."); + + SearchResults.empty(); } }); }); \ No newline at end of file -- cgit v1.2.3