From 61b4275651b696e76f5e246bf6bfb9c119b96344 Mon Sep 17 00:00:00 2001 From: Melvin van Gent <melvin@instantmagazine.com> Date: Sun, 2 Sep 2018 12:11:44 +0200 Subject: [PATCH] adding doc links Former-commit-id: c861eae329baab05b8ef7bc9d630f5f6f7cf3900 --- kadmos/vistoms/templates/VISTOMS_sessions.html | 1 + 1 file changed, 1 insertion(+) diff --git a/kadmos/vistoms/templates/VISTOMS_sessions.html b/kadmos/vistoms/templates/VISTOMS_sessions.html index 67f1c709f..c2b4f9885 100644 --- a/kadmos/vistoms/templates/VISTOMS_sessions.html +++ b/kadmos/vistoms/templates/VISTOMS_sessions.html @@ -32,6 +32,7 @@ alert("OOPS! VISTOMS unfortunately does not work properly on " + bowser.name + ". Please use a different browser to see its awesome visualization features!") } + /* see docs: https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage */ if (window && window.localStorage) { var storage = window.localStorage; -- GitLab