Trigger admin table adjustments on page load

This commit is contained in:
Brian Miyaji
2017-01-16 18:22:54 +11:00
parent f2be4a4006
commit d73fda8855

View File

@@ -198,7 +198,7 @@ jQuery(document).ready(function($){
placeholder += adjustment - current_adjustment;
}
$el.attr("placeholder", placeholder);
});
}).change();
// Data table keyboard navigation
$(".sp-data-table tbody tr td input:text").keydown(function(event) {