diff --git a/static/index.html b/static/index.html index 0cdf290..31b82d2 100644 --- a/static/index.html +++ b/static/index.html @@ -1226,6 +1226,10 @@ if(envSelect) envSelect.value = getDeckEnv(); if(getToken()) initApp(); +// Expose functions called from inline onclick attributes +window.navigateToDep = navigateToDep; +window.navBack = navBack; + })();