From 52ec973f9790836b421b7fa7553e1c665266d1bb Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 10 Nov 2020 05:02:11 +0900 Subject: [PATCH] Update index.js --- app/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/index.js b/app/index.js index c091bda..b64ccda 100644 --- a/app/index.js +++ b/app/index.js @@ -116,6 +116,8 @@ var showLocalApplications = function() { res = JSON.parse(req.responseText); onSuccess(res); } + + showApplications(); } }).val(serverId); entry.appendTo("#listview_applications");