Fixed the index.html

fix
This commit is contained in:
Francesco Malagrino
2016-01-24 22:04:28 +00:00
parent 312d7c42c7
commit 4112911f7c

View File

@@ -2111,7 +2111,6 @@ body .modal {
<script>
function resizeCanvas(size)
{
var containerID = document.getElementsByClassName("changeDimension");
var containerDownload = document.getElementById("download-layout").getElementsByClassName("container-fluid")[0];
var row = document.getElementsByClassName("demo ui-sortable");
@@ -2143,10 +2142,7 @@ $(containerID).attr('id', "XS");
$(row).attr('id', "XS");
$(container1).attr('id', "XS");
$(containerDownload).attr('id', "XS");
}
}
</script>
</body>