started implementing new page feature

This commit is contained in:
Lorenzo
2020-04-15 22:31:09 +02:00
parent 24601c2c6c
commit 3d44b680c4
2 changed files with 12 additions and 2 deletions

View File

@@ -379,6 +379,11 @@ $(document).ready(function () {
})
});
// add page
$("#addPageBtn").click(function () {
whiteboard.addPage();
});
// upload json containing steps
$("#uploadJsonBtn").click(function () {
$("#myFile").click();