From 2f1379d3ad28960b4a4f8182a8e51f79cc05c6ec Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 4 Dec 2019 12:16:05 -0700 Subject: [PATCH] Fix notes layout columns bug --- www/js/home.js | 2 +- www/pages/home.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/js/home.js b/www/js/home.js index 916c3c9..7303905 100644 --- a/www/js/home.js +++ b/www/js/home.js @@ -83,7 +83,7 @@ function loadNotesToCards(notes, oldnotes, callback) { continue; } if (reloadCards) { - $("#notecards-bin").append('
' + $("#notecards-bin").append('
' + '
' + '
' + 'edit' diff --git a/www/pages/home.html b/www/pages/home.html index 5670667..788b153 100644 --- a/www/pages/home.html +++ b/www/pages/home.html @@ -50,9 +50,9 @@
-