Fix typo in renderer.js
This commit is contained in:
@@ -501,7 +501,7 @@ window.addEventListener('DOMContentLoaded', async () => {
|
|||||||
readmeBtn.disabled = !isGit;
|
readmeBtn.disabled = !isGit;
|
||||||
pushBtn.disabled = !isGit;
|
pushBtn.disabled = !isGit;
|
||||||
if (!isGit) {
|
if (!isGit) {
|
||||||
contentList.innerHTML = '<div class="p-6 text-gray-500">Not a Git repository. Click “Init Repo” to initialize.</div>';
|
contentList.innerHTML = '<div class="p-6 text-gray-500">Not a Git repository. Click "Init Repo" to initialize.</div>';
|
||||||
paginationEl.innerHTML = '';
|
paginationEl.innerHTML = '';
|
||||||
lastFolderPath = folder;
|
lastFolderPath = folder;
|
||||||
lastPage = null;
|
lastPage = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user