Added web upload
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
|
||||
// Read initial state from hash
|
||||
const hash = window.location.hash.replace('#', '');
|
||||
if (hash === 'changelog' || hash === 'about' || hash === 'guide') {
|
||||
if (hash === 'changelog' || hash === 'about' || hash === 'guide' || hash === 'upload') {
|
||||
activate(hash);
|
||||
} else {
|
||||
activate('guide');
|
||||
|
||||
Reference in New Issue
Block a user