We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7b22e commit 9a88f7fCopy full SHA for 9a88f7f
filebrowser.js
@@ -1100,6 +1100,10 @@ async function checkPushDialogs() {
1100
1101
// change sidebar title
1102
sidebarLogo.innerText = repoName + contents;
1103
+
1104
+ // change location
1105
+ treeLoc[0] = loggedUser;
1106
+ saveTreeLocLS(treeLoc);
1107
1108
1109
// fork repo
@@ -1161,11 +1165,6 @@ async function checkPushDialogs() {
1161
1165
updateModReposLS();
1162
1166
1163
1167
1164
- // change location
- treeLoc[0] = loggedUser;
- saveTreeLocLS(treeLoc);
-
1168
1169
// enable push buttons
1170
sidebar.classList.remove('forking');
1171
if (isMobile) pushWrapper.classList.remove('disabled');
0 commit comments