Profile picture cropping coded

This commit is contained in:
Alexandre Bourlier
2018-05-15 03:54:34 +02:00
parent 61eb9bae4a
commit 2029ca865d
11 changed files with 192 additions and 24 deletions

View File

@ -15,6 +15,7 @@ document.addEventListener("DOMContentLoaded", function(event) {
openSearchBar();
}
// Escape key
else if (e.keyCode == 27 && navBar.classList.contains("search-mode")) {
closeSearchBar();
}