From 7586dc5145f7e6527290464ba8408a0785fed0c1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 21 Apr 2020 12:30:21 +0300 Subject: add column hack for not-quite-768px breakpoint devices --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/app.js') diff --git a/js/app.js b/js/app.js index fcc8bfe..c9cd536 100644 --- a/js/app.js +++ b/js/app.js @@ -416,7 +416,7 @@ const App = { const series_link = info.series_name ? `
${info.series_name + " [" + info.series_index + "]"}
` : ""; - const cell = $(`
+ const cell = $(`
-- cgit v1.2.3