We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a83d93 commit 24ccb59Copy full SHA for 24ccb59
1 file changed
MerlinAU.asp
@@ -2034,6 +2034,9 @@ function UpdateScriptVersion()
2034
$('#footerTitle').text ('MerlinAU v' + localVers + ' by ExtremeFiretop & Martinski W.');
2035
}
2036
2037
+/**---------------------------------------**/
2038
+/** Added by ExtremeFiretop [2025-May-10] **/
2039
2040
function showScriptUpdateBanner () {
2041
const localVers = GetScriptVersion('local');
2042
if (typeof isScriptUpdateAvailable === 'undefined') return;
0 commit comments