Redo graph + mobile touch

This commit is contained in:
relikd
2020-09-08 22:16:43 +02:00
parent d3820b6785
commit 36b71476ba
4 changed files with 27 additions and 23 deletions

View File

@@ -1,5 +1,6 @@
(function(){// main entry
updateViewport();
addEventListener('touchstart', function() {}); // :hover
})();
function updateViewport() {// show at least 2 columns on mobile devices
var viewport = document.head.querySelector("meta[name=viewport]");