Page 1 of 1

Extend 'Copy Table' message display and make it more explanatory

Posted: Sun Oct 12, 2025 10:06 pm
by Paul
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

Code: Select all

Line 246: }, 2000;
to
Line 246: }, 10000);
Change 2

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.');
Change 3

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.');