Skip to content

Commit

Permalink
Version 18.45 [hot-fix #728]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Rostovtsev committed Apr 25, 2017
1 parent 6b7e993 commit d60acb1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Changelog

#### Version 18.46-beta5 (25 April, 2017)
* Fixed bugs [#685](https://github.com/qooob/authentic-theme/issues/685) [#723](https://github.com/qooob/authentic-theme/issues/723) [#726](https://github.com/qooob/authentic-theme/issues/726) [#727](https://github.com/qooob/authentic-theme/issues/727) [#51917](https://www.virtualmin.com/node/51917)
#### Version 18.46-beta7 (25 April, 2017)
* Fixed bugs [#685](https://github.com/qooob/authentic-theme/issues/685) [#723](https://github.com/qooob/authentic-theme/issues/723) [#726](https://github.com/qooob/authentic-theme/issues/726) [#727](https://github.com/qooob/authentic-theme/issues/727) [#728](https://github.com/qooob/authentic-theme/issues/728) [#51917](https://www.virtualmin.com/node/51917)

#### Version 18.45 (21 April, 2017)
* Added ability to install patched version of the theme directly from GitHub, to get early access on the new features [#707](https://github.com/qooob/authentic-theme/issues/707)
Expand Down
4 changes: 2 additions & 2 deletions unauthenticated/js/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ if ($current_page_full && ($current_page_full.indexOf("/webmin/edit_themes.cgi")
if ($source_path == $_____link + "settings-user.cgi") {
t__wi_p.__cms()
}
$("body").on("change", 'form[action*="settings.cgi"] select, form[action*="settings.cgi"] input', function(a) {
$("body").on("change", 'form[action*="settings.cgi"] select, form[action*="save_config.cgi"] select, form[action*="settings.cgi"] input, form[action*="save_config.cgi"] input', function(a) {
var b = $(this).val();
if (b == "true" || b == "false") {
if (b == "true") {
Expand All @@ -809,7 +809,7 @@ if ($current_page_full && ($current_page_full.indexOf("/webmin/edit_themes.cgi")
}
}
});
$("body").on("keydown", 'form[action*="settings.cgi"] input', function(a) {
$("body").on("keydown", 'form[action*="settings.cgi"] input, form[action*="save_config.cgi"] input', function(a) {
if (a.originalEvent !== undefined) {
at__s_s__b(1)
}
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/js/content.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion unauthenticated/js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ function manageConfig(d) {
data: a,
dataType: "text",
success: function(f) {
console.log(a);
setTimeout(function() {
if (typeof t___wi.page.at__s_s__b == "function") {
t__wi_p.$____has_frame__ ? t___wi.page.at__s_s__b(0) : at__s_s__b(0)
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/js/init.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.45-git-201704251251
18.45-git-201704251254

0 comments on commit d60acb1

Please sign in to comment.