mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
Update main.js
This commit is contained in:
@@ -11,8 +11,8 @@ function initiate() {
|
|||||||
document.getElementById("displayCanvas").height = cardHeight;
|
document.getElementById("displayCanvas").height = cardHeight;
|
||||||
window.displayContext = displayCanvas.getContext("2d");
|
window.displayContext = displayCanvas.getContext("2d");
|
||||||
// loadScript("data/scripts/sortable.js");
|
// loadScript("data/scripts/sortable.js");
|
||||||
import Sortable from './data/scripts/sortable.js';
|
import Sortable from "./sortable.js";
|
||||||
// var el = document.getElementById('items');
|
var el = document.getElementById('items');
|
||||||
// var sortable = Sortable.create(el);
|
// var sortable = Sortable.create(el);
|
||||||
console.log("init done")
|
console.log("init done")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user