From a05836e60af0eb0d82c57d1152aa3cd92a36e9b6 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Fri, 11 Dec 2020 11:27:02 +1300 Subject: [PATCH] Clear icon table on login --- html/src/app.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/src/app.js b/html/src/app.js index 83d4eea9..41496414 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -7449,6 +7449,10 @@ import gameLogService from './service/gamelog.js' // App: VRCPlus Icons + API.$on('LOGIN', function () { + $app.data.VRCPlusIconsTable = {}; + }); + $app.methods.displayVRCPlusIconsTable = function () { var params = { n: 100,