Skip to content

Commit 3002969

Browse files
committed
Update filebrowser.js
1 parent bae787f commit 3002969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filebrowser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1791,7 +1791,7 @@ function createNewRepoInHTML() {
17911791
repoEl.querySelector('.name').scrollTo(0, 0);
17921792

17931793
// disable lock button
1794-
lockButton.style.pointerEvents = 'none';
1794+
lockButton.remove();
17951795

17961796

17971797
// validate repo name

0 commit comments

Comments
 (0)