Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/2.1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
VaLeXaR committed Dec 2, 2017
2 parents 7503d7a + 73a6cdd commit dd816ea
Show file tree
Hide file tree
Showing 39 changed files with 579 additions and 274 deletions.
9 changes: 5 additions & 4 deletions assets/scripts/additional-settings.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
( function( $ ) {
"use strict";

// Edit prompt
$( function() {

$('#set_default_language').click(function(){
Expand Down Expand Up @@ -69,6 +68,8 @@
} else {
button.after('<span class="error">' + json.data + '</span>');
}
},
complete: function() {
$('#wpm_installed_localizations').trigger('init_localizations');
},
error: function (xhr, ajaxOptions, thrownError) {
Expand All @@ -78,12 +79,12 @@
}
});

$('#qts_import').click(function(){
$('#qtx_import').click(function(){
var button = $(this);

var data = {
action: 'wpm_qts_import',
security: wpm_additional_settings_params.qts_import_nonce
action: 'wpm_qtx_import',
security: wpm_additional_settings_params.qtx_import_nonce
};

$.ajax({
Expand Down
2 changes: 1 addition & 1 deletion assets/scripts/additional-settings.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/scripts/settings.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
( function( $ ) {
"use strict";

// Edit prompt
$( function() {
var changed = false;

Expand All @@ -22,5 +21,6 @@
$( '.submit input' ).click( function() {
window.onbeforeunload = '';
});

});
})( jQuery );
7 changes: 7 additions & 0 deletions assets/styles/admin/admin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/styles/admin/admin.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dd816ea

Please sign in to comment.