Last ES6 files in our app/assets/javascripts

This commit is contained in:
Robin Ward
2020-03-25 11:30:33 -04:00
parent 55b8620b43
commit f2f8ede22c
13 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
// discourse-skip-module
(function() {
const path = document.getElementById("data-auto-redirect").dataset.path;
setTimeout(function() {
window.location.href = path;
}, 2000);
})();