mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
Merge pull request #46 from thgh/patch-1
Typo "yours suported commands"
This commit is contained in:
commit
41e7894425
@ -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