Commit fa304f90 by Luciano Barletta

merged js

1 parent a522d9d7
......@@ -25,6 +25,8 @@ function removeTab(b){
}
function addTab(t){
document.getElementById("ContinuarText").style.display = 'block';
document.getElementById("ContinuarButton").style.display = 'block';
let newtab = document.createElement("div");
newtab.setAttribute("name","Tab");
newtab.innerHTML = document.getElementById("tabTemplate").innerHTML;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!