Skip to content
Snippets Groups Projects
Commit f169e29a authored by a.croix's avatar a.croix
Browse files

Small correction in js script

parent fd61d322
No related branches found
No related tags found
1 merge request!2New Log system
Pipeline #6416 passed
......@@ -99,7 +99,7 @@
w.value = w.value.replace(/\[|\]/g,'');
w.select();
document.execCommand("copy");
document.getElementById("p_weights_button").value = "Copied!";
document.getElementById("p_weights_button").innerHTML = "Copied!";
});
</script>
@endsection
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment