Skip to content

Commit eb7620b

Browse files
committed
Update filebrowser.js
1 parent 3151fa8 commit eb7620b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

filebrowser.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@ async function renderBranchMenuHTML(renderAll) {
16121612
if (getAttr(branchMenu, 'tree') !== [user, repoName, contents].join()) {
16131613

16141614
// show loading message
1615-
branchMenu.innerHTML = '<div class="icon selected"><a>Loading...</a></div>';
1615+
branchMenu.innerHTML = '<div class="icon" style="pointer-events: none; opacity: .5; font-weight: 500;"><a>Loading...</a></div>';
16161616

16171617
setAttr(branchMenu, 'tree', [user, repoName, contents].join());
16181618

@@ -1723,7 +1723,7 @@ async function renderBranchMenuHTML(renderAll) {
17231723
// render show more button
17241724
if (!renderAll && branchResp.length > 1) {
17251725

1726-
out += '<div class="icon see-more">' + moreIcon + '<a>see more</a></div>';
1726+
out += '<div class="icon see-more">' + moreIcon + '<a>more</a></div>';
17271727

17281728
}
17291729

0 commit comments

Comments
 (0)