mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-06 00:18:45 +01:00
Privacy: Fix JSHint errors.
Introduced in [42986]. Props jorbin. Merges [42989] to the 4.9 branch. See #43440. Built from https://develop.svn.wordpress.org/branches/4.9@43078 git-svn-id: http://core.svn.wordpress.org/branches/4.9@42907 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6a3018a7c9
commit
59593950dc
@ -85,25 +85,25 @@ jQuery( document ).ready( function( $ ) {
|
|||||||
appendResultsAfterRow( $requestRow, 'notice-success', summaryMessage, [] );
|
appendResultsAfterRow( $requestRow, 'notice-success', summaryMessage, [] );
|
||||||
}
|
}
|
||||||
|
|
||||||
function on_erasure_failure( textStatus, error ) {
|
function on_erasure_failure() {
|
||||||
set_action_state( $action, 'remove_personal_data_failed' );
|
set_action_state( $action, 'remove_personal_data_failed' );
|
||||||
appendResultsAfterRow( $requestRow, 'notice-error', strings.anErrorOccurred, [] );
|
appendResultsAfterRow( $requestRow, 'notice-error', strings.anErrorOccurred, [] );
|
||||||
}
|
}
|
||||||
|
|
||||||
function do_next_erasure( eraserIndex, pageIndex ) {
|
function do_next_erasure( eraserIndex, pageIndex ) {
|
||||||
$.ajax( {
|
$.ajax( {
|
||||||
url: ajaxurl,
|
url: window.ajaxurl,
|
||||||
data: {
|
data: {
|
||||||
action: 'wp-privacy-erase-personal-data',
|
action: 'wp-privacy-erase-personal-data',
|
||||||
eraser: eraserIndex,
|
eraser: eraserIndex,
|
||||||
id: requestID,
|
id: requestID,
|
||||||
page: pageIndex,
|
page: pageIndex,
|
||||||
security: nonce,
|
security: nonce
|
||||||
},
|
},
|
||||||
method: 'post'
|
method: 'post'
|
||||||
} ).done( function( response ) {
|
} ).done( function( response ) {
|
||||||
if ( ! response.success ) {
|
if ( ! response.success ) {
|
||||||
on_erasure_failure( 'error', response.data );
|
on_erasure_failure();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var responseData = response.data;
|
var responseData = response.data;
|
||||||
@ -125,8 +125,8 @@ jQuery( document ).ready( function( $ ) {
|
|||||||
on_erasure_done_success();
|
on_erasure_done_success();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} ).fail( function( jqxhr, textStatus, error ) {
|
} ).fail( function() {
|
||||||
on_erasure_failure( textStatus, error );
|
on_erasure_failure();
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -134,5 +134,5 @@ jQuery( document ).ready( function( $ ) {
|
|||||||
set_action_state( $action, 'remove_personal_data_processing' );
|
set_action_state( $action, 'remove_personal_data_processing' );
|
||||||
|
|
||||||
do_next_erasure( 1, 1 );
|
do_next_erasure( 1, 1 );
|
||||||
} )
|
} );
|
||||||
} );
|
} );
|
||||||
|
2
wp-admin/js/xfn.min.js
vendored
2
wp-admin/js/xfn.min.js
vendored
@ -1 +1 @@
|
|||||||
jQuery(document).ready(function(a){a("#link_rel").prop("readonly",!0),a("#linkxfndiv input").bind("click keyup",function(){var b=a("#me").is(":checked"),c="";a("input.valinp").each(function(){b?a(this).prop("disabled",!0).parent().addClass("disabled"):(a(this).removeAttr("disabled").parent().removeClass("disabled"),a(this).is(":checked")&&""!==a(this).val()&&(c+=a(this).val()+" "))}),a("#link_rel").val(b?"me":c.substr(0,c.length-1))})}),jQuery(document).ready(function(a){function b(a,b){a.children().hide(),a.children("."+b).show()}function c(a){a.next().hasClass("request-results")&&a.next().remove()}function d(a,b,d,e){c(a),e.length,a.after(function(){return'<tr class="request-results"><td colspan="5"><div class="notice inline notice-alt '+b+'"><p>'+d+"</p></div></td></tr>"})}var e=window.privacyToolsL10n||{};a(".remove_personal_data a").click(function(f){function g(){b(k,"remove_personal_data_idle");var a=e.noDataFound,c="notice-success";0==p?0==q?a=e.noDataFound:(a=e.noneRemoved,c="notice-warning"):0==q?a=e.foundAndRemoved:(a=e.someNotRemoved,c="notice-warning"),d(l,"notice-success",a,[])}function h(a,c){b(k,"remove_personal_data_failed"),d(l,"notice-error",e.anErrorOccurred,[])}function i(b,c){a.ajax({url:ajaxurl,data:{action:"wp-privacy-erase-personal-data",eraser:b,id:m,page:c,security:n},method:"post"}).done(function(a){if(!a.success)return void h("error",a.data);var d=a.data;d.num_items_removed&&(p+=d.num_items_removed),d.num_items_retained&&(q+=d.num_items_removed),d.messages&&(r=r.concat(d.messages)),d.done?b<o?setTimeout(i(b+1,1)):g():setTimeout(i(b,c+1))}).fail(function(a,b,c){h(b,c)})}f.preventDefault(),f.stopPropagation();var j=a(this),k=j.parents(".remove_personal_data"),l=j.parents("tr"),m=k.data("request-id"),n=k.data("nonce"),o=k.data("erasers-count"),p=0,q=0,r=[];k.blur(),c(l),b(k,"remove_personal_data_processing"),i(1,1)})});
|
jQuery(document).ready(function(a){a("#link_rel").prop("readonly",!0),a("#linkxfndiv input").bind("click keyup",function(){var b=a("#me").is(":checked"),c="";a("input.valinp").each(function(){b?a(this).prop("disabled",!0).parent().addClass("disabled"):(a(this).removeAttr("disabled").parent().removeClass("disabled"),a(this).is(":checked")&&""!==a(this).val()&&(c+=a(this).val()+" "))}),a("#link_rel").val(b?"me":c.substr(0,c.length-1))})}),jQuery(document).ready(function(a){function b(a,b){a.children().hide(),a.children("."+b).show()}function c(a){a.next().hasClass("request-results")&&a.next().remove()}function d(a,b,d,e){c(a),e.length,a.after(function(){return'<tr class="request-results"><td colspan="5"><div class="notice inline notice-alt '+b+'"><p>'+d+"</p></div></td></tr>"})}var e=window.privacyToolsL10n||{};a(".remove_personal_data a").click(function(f){function g(){b(k,"remove_personal_data_idle");var a=e.noDataFound,c="notice-success";0==p?0==q?a=e.noDataFound:(a=e.noneRemoved,c="notice-warning"):0==q?a=e.foundAndRemoved:(a=e.someNotRemoved,c="notice-warning"),d(l,"notice-success",a,[])}function h(){b(k,"remove_personal_data_failed"),d(l,"notice-error",e.anErrorOccurred,[])}function i(b,c){a.ajax({url:window.ajaxurl,data:{action:"wp-privacy-erase-personal-data",eraser:b,id:m,page:c,security:n},method:"post"}).done(function(a){if(!a.success)return void h();var d=a.data;d.num_items_removed&&(p+=d.num_items_removed),d.num_items_retained&&(q+=d.num_items_removed),d.messages&&(r=r.concat(d.messages)),d.done?b<o?setTimeout(i(b+1,1)):g():setTimeout(i(b,c+1))}).fail(function(){h()})}f.preventDefault(),f.stopPropagation();var j=a(this),k=j.parents(".remove_personal_data"),l=j.parents("tr"),m=k.data("request-id"),n=k.data("nonce"),o=k.data("erasers-count"),p=0,q=0,r=[];k.blur(),c(l),b(k,"remove_personal_data_processing"),i(1,1)})});
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.9.6-alpha-43077';
|
$wp_version = '4.9.6-alpha-43078';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user