started implementing new page feature
This commit is contained in:
@@ -379,6 +379,11 @@ $(document).ready(function () {
|
||||
})
|
||||
});
|
||||
|
||||
// add page
|
||||
$("#addPageBtn").click(function () {
|
||||
whiteboard.addPage();
|
||||
});
|
||||
|
||||
// upload json containing steps
|
||||
$("#uploadJsonBtn").click(function () {
|
||||
$("#myFile").click();
|
||||
|
||||
Reference in New Issue
Block a user