Merge pull request #33 from outis1one/claude/read-repo-wA3y1
fix: Options tab broken — removed footer link crashed init
This commit is contained in:
+1
-7
@@ -208,13 +208,7 @@ async function initUnlockedUI() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
// Options link (footer)
|
// Open full options page button (Options tab)
|
||||||
$('#btnOptions').addEventListener('click', (e) => {
|
|
||||||
e.preventDefault();
|
|
||||||
api.runtime.openOptionsPage();
|
|
||||||
});
|
|
||||||
|
|
||||||
// Options tab
|
|
||||||
$('#btnOpenFullOptions').addEventListener('click', () => {
|
$('#btnOpenFullOptions').addEventListener('click', () => {
|
||||||
api.runtime.openOptionsPage();
|
api.runtime.openOptionsPage();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user