From ebf5a8a56e6b436ff0a01de34012a7d575d2e06b Mon Sep 17 00:00:00 2001 From: rdrew Date: Fri, 17 Jan 2025 13:26:15 -0400 Subject: [PATCH] js clipboard button fix --- js/vre2024.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/vre2024.js b/js/vre2024.js index ed7ecdc..a06848b 100755 --- a/js/vre2024.js +++ b/js/vre2024.js @@ -52,7 +52,7 @@ jQuery(document).ready(function ($) { $( "#tabs" ).tabs(); }); window.addEventListener('load', function() { - console.log('Page is fully loaded'); +// console.log('Page is fully loaded'); //document.getElementById("edit-submit--2").setAttribute('value',''); document.querySelector(".clipboard-button").setAttribute('value',''); });