Mobile navigation, merchandise content
This commit is contained in:
BIN
static/assets/bierkrug.png
Normal file
BIN
static/assets/bierkrug.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 200 KiB |
BIN
static/assets/emaille.jpg
Normal file
BIN
static/assets/emaille.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
BIN
static/assets/weizen.png
Normal file
BIN
static/assets/weizen.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 598 KiB |
1832
static/css/ndws.css
1832
static/css/ndws.css
File diff suppressed because it is too large
Load Diff
2
static/css/ndws.min.css
vendored
2
static/css/ndws.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -7,6 +7,10 @@ if (document.body.classList.contains("hero")) {
|
||||
document.body.classList.remove("scroll");
|
||||
});
|
||||
}
|
||||
// Sidebar toggle
|
||||
document.querySelector('[data-action="toggle-sidebar"]').addEventListener("click", function () {
|
||||
document.body.classList.toggle("sidebar");
|
||||
});
|
||||
document.querySelector('form').addEventListener('submit', function (e) {
|
||||
var targetUrl = e.target.action;
|
||||
// Load form data
|
||||
|
||||
Reference in New Issue
Block a user