update more load mainpage

This commit is contained in:
2024-04-09 10:57:49 +03:00
parent 020c0923a3
commit dc2022306d
6 changed files with 50 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ jQuery(function($){
},
success : function( data ){
if( data ) {
button.text('Загрузить ещё');
button.text('Еще новости');
$('.articles-preview').append(data);
my_load_more_params.current_page++;