Fixed the index.html
fix
This commit is contained in:
@@ -2111,7 +2111,6 @@ body .modal {
|
|||||||
<script>
|
<script>
|
||||||
function resizeCanvas(size)
|
function resizeCanvas(size)
|
||||||
{
|
{
|
||||||
|
|
||||||
var containerID = document.getElementsByClassName("changeDimension");
|
var containerID = document.getElementsByClassName("changeDimension");
|
||||||
var containerDownload = document.getElementById("download-layout").getElementsByClassName("container-fluid")[0];
|
var containerDownload = document.getElementById("download-layout").getElementsByClassName("container-fluid")[0];
|
||||||
var row = document.getElementsByClassName("demo ui-sortable");
|
var row = document.getElementsByClassName("demo ui-sortable");
|
||||||
@@ -2143,10 +2142,7 @@ $(containerID).attr('id', "XS");
|
|||||||
$(row).attr('id', "XS");
|
$(row).attr('id', "XS");
|
||||||
$(container1).attr('id', "XS");
|
$(container1).attr('id', "XS");
|
||||||
$(containerDownload).attr('id', "XS");
|
$(containerDownload).attr('id', "XS");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user