mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
Typo "yours suported commands"
This commit is contained in:
parent
693a724a5d
commit
16388c4afc
@ -579,7 +579,7 @@ document.addEventListener('listing', event => {
|
||||
document.getElementById('search').classList.remove('active');
|
||||
});
|
||||
|
||||
document.querySelector('#search > div div').innerHTML = "Search or use one of yours suported commands: " + user.Commands.join(", ") + ".";
|
||||
document.querySelector('#search > div div').innerHTML = "Search or use one of your supported commands: " + user.Commands.join(", ") + ".";
|
||||
document.querySelector('#search input').addEventListener('keyup', searchEvent);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user