Extend 'Copy Table' message display and make it more explanatory
Posted: Sun Oct 12, 2025 10:06 pm
Tip: I made the 'Copy Table' message (when clicking the 'Copy Table' button) a bit more explanatory and also extended the time that the message is displayed.
I made three edits in this file:
nurunhtml.php
Change 1
Change 2
Change 3
I made three edits in this file:
nurunhtml.php
Change 1
Code: Select all
Line 246: }, 2000;
to
Line 246: }, 10000);
Code: Select all
Line 274: showToast('Table copied to clipboard!);
to
Line 274: showToast('Table copied to clipboard! Now paste (Ctrl+V) into an Excel(.xls,.xlsx) or LibreOffice Calc (.ods) file.');
Code: Select all
Line 285: showToast('Table copied to clipboard!);
to
Line 285: showToast('Table copied to clipboard! Now paste (Ctrl+V) into an Excel(.xls,.xlsx) or LibreOffice Calc (.ods) file.');