Skip to content

Commit

Permalink
hide element with class app-navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Radoslav Štofko committed Aug 29, 2024
1 parent d14015f commit 927ba94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Simply add the following line to your `config/config.php`:
'addAllowedFrameAncestorDomain' => '*.example.com:*'
...
```]]></description>
<version>2.2.4</version>
<version>2.2.5</version>
<licence>agpl</licence>
<author mail="rstofko@gmail.com" >Radoslav Stofko</author>
<category>customization</category>
Expand Down
1 change: 1 addition & 0 deletions js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ window.addEventListener('DOMContentLoaded', function(event) {

function hideLeftMenu(onlyLeftMenu) {
var changeStyles = [
{el: '.app-navigation', style: 'display', value: 'none'},
{el: '#app-navigation', style: 'display', value: 'none'},
{el: '#app-navigation-vue', style: 'display', value: 'none'},
{el: '.app-navigation-toggle', style: 'display', value: 'none'},
Expand Down

0 comments on commit 927ba94

Please sign in to comment.