From 3ec22ca6c58c389f5898116cf443f11c0e3acd4a Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Wed, 27 Nov 2019 19:50:26 -0800 Subject: [PATCH] test --- data/scripts/main.js | 3 ++- test.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/data/scripts/main.js b/data/scripts/main.js index f598cad5..da9cdc00 100644 --- a/data/scripts/main.js +++ b/data/scripts/main.js @@ -10,10 +10,11 @@ function initiate() { document.getElementById("displayCanvas").width = cardWidth; document.getElementById("displayCanvas").height = cardHeight; window.displayContext = displayCanvas.getContext("2d"); - loadScript("data/scripts/sortable.js"); + // loadScript("data/scripts/sortable.js"); import Sortable from './data/scripts/sortable.js'; // var el = document.getElementById('items'); // var sortable = Sortable.create(el); + console.log("init done") } diff --git a/test.html b/test.html index f2c1bcfa..4459ddf1 100644 --- a/test.html +++ b/test.html @@ -93,5 +93,5 @@ - +