Skip to content

Commit f887cdc

Browse files
Update MerlinAU.asp
1 parent c31fe52 commit f887cdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MerlinAU.asp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ function ShowLatestChangelog(e) {
823823
824824
// If the modal already exists, clear its content to force a fresh fetch.
825825
if ($('#changelogModal').length) {
826-
$('#changelogData').html('<p>Loading latest changelog...</p>');
826+
$('#changelogData').html('<p>Please wait...</p>');
827827
} else {
828828
// Create modal overlay if it doesn't exist
829829
$('body').append(
@@ -834,7 +834,7 @@ function ShowLatestChangelog(e) {
834834
'<h2 style="margin-top:0; color:#000;">Latest Changelog</h2>' +
835835
'<button id="closeChangelogModal" style="float:right; font-size:14px; cursor:pointer;">Close</button>' +
836836
'<div id="changelogData" style="font-family:monospace; white-space:pre-wrap; margin-top:10px; color:#000;">' +
837-
'<p>Loading latest changelog...</p>' +
837+
'<p>Please wait and allow up to 10 seconds for changelog to load...</p>' +
838838
'</div>' +
839839
'</div>' +
840840
'</div>'

0 commit comments

Comments
 (0)