Skip to content

Commit

Permalink
18.48 [patch #772 - auto-detection in navigation menu with enabled pr…
Browse files Browse the repository at this point in the history
…oxy]
  • Loading branch information
Ilia Rostovtsev committed May 13, 2017
1 parent de5da10 commit 3177320
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Changelog

#### Version 18.48-patch5 (May 12, 2017)
#### Version 18.48-patch6 (May 13, 2017)
* Added image color correction to obsolete table graphs
* Added ability to manage theme config by users without home directory
* Added ability for automatic switching to user mode upon entering its home directory in File Manager [#759](https://github.com/qooob/authentic-theme/issues/759)
* Fixed bugs [#764](https://github.com/qooob/authentic-theme/issues/764) [#770](https://github.com/qooob/authentic-theme/issues/770)
* Fixed bugs [#764](https://github.com/qooob/authentic-theme/issues/764) [#770](https://github.com/qooob/authentic-theme/issues/770) [#772](https://github.com/qooob/authentic-theme/issues/772)

#### Version 18.48 (May 6, 2017)
* Added enhancements to page transitions, resulting in overall speed increase
Expand Down
4 changes: 2 additions & 2 deletions unauthenticated/js/postinit.js
Original file line number Diff line number Diff line change
Expand Up @@ -1952,8 +1952,8 @@ function __dlm(b) {
if ((product_name() !== "Virtualmin" && product_name() !== "Cloudmin") && product_name() !== "Webmin" && product_name() !== "Usermin" && (t__wi_p.$('a[href*="' + $___source_path + '"]:first' + __samn() + "").length || t__wi_p.$('a[data-href*="' + $___source_path + '"]:first' + __samn() + "").length)) {
__sam($___source_path, false)
} else {
if ((product_name() !== "Virtualmin" && product_name() !== "Cloudmin") && (t__wi_p.$('a[href*="' + $___source_dir + '"]:first' + __samn() + "").length || t__wi_p.$('a[data-href*="' + $___source_dir + '"]:first' + __samn() + "").length) || ((access_level() == 2 || access_level() == 4) && t___wi.location.search == "?virtualmin")) {
__sam($___source_dir, false)
if ((product_name() !== "Virtualmin" && product_name() !== "Cloudmin") && (t__wi_p.$('a[href*="' + $___source_dir.slice($webprefix.length) + '"]:first' + __samn() + "").length || t__wi_p.$('a[data-href*="' + $___source_dir.slice($webprefix.length) + '"]:first' + __samn() + "").length) || ((access_level() == 2 || access_level() == 4) && t___wi.location.search == "?virtualmin")) {
__sam($___source_dir.slice($webprefix.length), false)
} else {
if ($__source_file) {
__sam($__source_file, true)
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/js/postinit.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.48-git-201705131027
18.48-git-201705131554

0 comments on commit 3177320

Please sign in to comment.