mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Last ES6 files in our app/assets/javascripts
This commit is contained in:
7
app/assets/javascripts/auto-redirect.js
Normal file
7
app/assets/javascripts/auto-redirect.js
Normal 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);
|
||||
})();
|
||||
Reference in New Issue
Block a user