Skip to content

Commit

Permalink
Resolving Issue #2676
Browse files Browse the repository at this point in the history
Skin paper plane not working on iPhone XR
  • Loading branch information
cigamit committed May 11, 2019
1 parent 8543a5d commit b3b5862
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -29,6 +29,7 @@ Cacti CHANGELOG
-issue#2652: Honor php.ini when php is used in exec() and shell_exec() calls
-issue#2668: RFC1213 sysDescr trailing parentheses lost
-issue#2672: Cacti Install on Windows Fails
-issue#2676: Skin paper plane not working on iPhone XR
-issue#2678: Call to undefined function _() in data_queries.php
-issue#2680: PHP 7.2 supporting to remove deprecated $php_errormsg
-feature#2538: New global setting to change datasource behaviour when deleting graph
Expand Down
4 changes: 4 additions & 0 deletions include/layout.js
Expand Up @@ -1560,6 +1560,10 @@ function menuHide(store) {

$('#navigation').hide();

if (myClass == '.cactiTreeNavigationArea' || page == 'graph_view') {
responsiveResizeGraphs();
}

if (store) {
storage.set('menuState_' + page, 'hidden');
}
Expand Down

0 comments on commit b3b5862

Please sign in to comment.