mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-10-30 01:26:43 +08:00
fix (loader): fix the transition out when the application has loaded
This commit is contained in:
@ -10,7 +10,7 @@ window.addEventListener("DOMContentLoaded", () => {
|
||||
const className = 'ontouchstart' in window ? 'touch-yes' : 'touch-no';
|
||||
document.body.classList.add(className);
|
||||
|
||||
const $loader = document.querySelector("#nyan_loader");
|
||||
const $loader = document.querySelector("#n-lder");
|
||||
|
||||
function render(){
|
||||
ReactDOM.render(<Router/>, document.getElementById("main"));
|
||||
|
||||
Reference in New Issue
Block a user