mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-06 07:47:53 +10:00
tons of fixes with codex
This commit is contained in:
@@ -287,7 +287,7 @@ async function main() {
|
||||
page = pages[pages.length - 1];
|
||||
}
|
||||
|
||||
console.error(`Modalcloser listening on ${url}`);
|
||||
// console.error(`Modalcloser listening on ${url}`);
|
||||
|
||||
// Set up dialog handler (for JS alert/confirm/prompt/beforeunload)
|
||||
page.on('dialog', async (dialog) => {
|
||||
|
||||
1
archivebox/plugins/modalcloser/templates/icon.html
Normal file
1
archivebox/plugins/modalcloser/templates/icon.html
Normal file
@@ -0,0 +1 @@
|
||||
<span class="abx-output-icon abx-output-icon--modalcloser" title="Modal Closer"><svg width="16" height="16" viewBox="0 0 24 24" aria-hidden="true" focusable="false" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><rect x="4" y="4" width="16" height="16" rx="3"/><path d="M9 9l6 6"/><path d="M15 9l-6 6"/></svg></span>
|
||||
Reference in New Issue
Block a user