You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -147,21 +147,17 @@ document.addEventListener('DOMContentLoaded', function () {
147
147
</div>
148
148
</div>`;
149
149
150
-
151
150
userBox.innerHTML=userInfo;
152
151
userHistoryList.appendChild(userBox);
153
-
154
-
// updateProgress(action, userProgressLevel / 10); // MARK:- Automatically adds lvl and pts to other users in current user's userHistory, can be removed/polished later.
0 commit comments