From dcaab6e4d3cceb2182b2ee0280697c888ff518b9 Mon Sep 17 00:00:00 2001 From: NatureFreshMilk Date: Fri, 14 Jun 2019 08:02:29 +0200 Subject: [PATCH] happy jshint --- static/js/nomodule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/nomodule.js b/static/js/nomodule.js index 0dbcd7b..4adba96 100644 --- a/static/js/nomodule.js +++ b/static/js/nomodule.js @@ -1,6 +1,6 @@ m.mount(document.getElementById("image-map"), { view: function(){ - return m("div", "I'm sorry, your browser is just too old ;)") + return m("div", "I'm sorry, your browser is just too old ;)"); } });