Trigger admin table adjustments on page load
This commit is contained in:
@@ -198,7 +198,7 @@ jQuery(document).ready(function($){
|
|||||||
placeholder += adjustment - current_adjustment;
|
placeholder += adjustment - current_adjustment;
|
||||||
}
|
}
|
||||||
$el.attr("placeholder", placeholder);
|
$el.attr("placeholder", placeholder);
|
||||||
});
|
}).change();
|
||||||
|
|
||||||
// Data table keyboard navigation
|
// Data table keyboard navigation
|
||||||
$(".sp-data-table tbody tr td input:text").keydown(function(event) {
|
$(".sp-data-table tbody tr td input:text").keydown(function(event) {
|
||||||
|
|||||||
Reference in New Issue
Block a user