diff options
| author | 2022-05-30 23:06:50 +0200 | |
|---|---|---|
| committer | 2022-05-30 23:06:50 +0200 | |
| commit | 992b906062e9c737200a1fad93e5c38e9c646bc2 (patch) | |
| tree | 015bf3e00553698dd4d140a91d3f95be65d1b9be /app/views/subscription | |
| parent | 98f9409155a95c4f63874251f34b5e5592255fd0 (diff) | |
Slider: close via shortcut (#4394)
* change close-slider behind slider
* open/close slider via anchor
* use shortcuts globaly
* deleted debugging console.log()
Diffstat (limited to 'app/views/subscription')
| -rw-r--r-- | app/views/subscription/index.phtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml index ae842f990..139bb2de0 100644 --- a/app/views/subscription/index.phtml +++ b/app/views/subscription/index.phtml @@ -76,9 +76,6 @@ </main> <?php $class = $this->displaySlider ? ' active' : ''; ?> -<a href="#" id="close-slider" class="<?= $class ?>"> - <?= _i('close') ?> -</a> <aside id="slider" class="scrollbar-thin<?= $class ?>"> <?php if (isset($this->feed)) { @@ -88,3 +85,6 @@ } ?> </aside> +<a href="#" id="close-slider" class="<?= $class ?>"> + <?= _i('close') ?> +</a> |
