commit a1c3e08141bc1cd3150f8d897b26dc8dc87ee2d5 parent b5f31c237359cf64e89fd3885aed6ef5218bd88c Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Tue, 29 Oct 2024 10:31:25 +0100 fix: increase closing time Diffstat:
M | lib/bookmarklet.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bookmarklet.php b/lib/bookmarklet.php @@ -20,7 +20,7 @@ remori_window = window.open( &return=html &content=' + window.location.href ); -setTimeout(() => { remori_window.close(); }, 1500); +setTimeout(() => { remori_window.close(); }, 3000); })();"; } // function