Browse Source

js clipboard button fix

master
rdrew 11 months ago
parent
commit
ebf5a8a56e
  1. 2
      js/vre2024.js

2
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','');
});

Loading…
Cancel
Save