Corrected the markup for the load more button.

This commit is contained in:
Alex Tselegidis 2020-08-31 18:33:15 +03:00
parent 76755a286d
commit b6dbf1cfd8
6 changed files with 6 additions and 6 deletions

View file

@ -195,7 +195,7 @@
} else if (response.length === this.filterLimit) { } else if (response.length === this.filterLimit) {
$('<button/>', { $('<button/>', {
'type': 'button', 'type': 'button',
'class': 'well btn-block load-more text-center', 'class': 'btn btn-block btn-light load-more text-center',
'text': EALang.load_more, 'text': EALang.load_more,
'click': function () { 'click': function () {
this.filterLimit += 20; this.filterLimit += 20;

View file

@ -388,7 +388,7 @@
} else if (response.length === this.filterLimit) { } else if (response.length === this.filterLimit) {
$('<button/>', { $('<button/>', {
'type': 'button', 'type': 'button',
'class': 'well btn-block load-more text-center', 'class': 'btn btn-block btn-light load-more text-center',
'text': EALang.load_more, 'text': EALang.load_more,
'click': function () { 'click': function () {
this.filterLimit += 20; this.filterLimit += 20;

View file

@ -343,7 +343,7 @@
} else if (response.length === this.filterLimit) { } else if (response.length === this.filterLimit) {
$('<button/>', { $('<button/>', {
'type': 'button', 'type': 'button',
'class': 'well btn-block load-more text-center', 'class': 'btn btn-block btn-light load-more text-center',
'text': EALang.load_more, 'text': EALang.load_more,
'click': function () { 'click': function () {
this.filterLimit += 20; this.filterLimit += 20;

View file

@ -376,7 +376,7 @@
} else if (response.length === this.filterLimit) { } else if (response.length === this.filterLimit) {
$('<button/>', { $('<button/>', {
'type': 'button', 'type': 'button',
'class': 'well btn-block load-more text-center', 'class': 'btn btn-block btn-light load-more text-center',
'text': EALang.load_more, 'text': EALang.load_more,
'click': function () { 'click': function () {
this.filterLimit += 20; this.filterLimit += 20;

View file

@ -491,7 +491,7 @@
} else if (response.length === this.filterLimit) { } else if (response.length === this.filterLimit) {
$('<button/>', { $('<button/>', {
'type': 'button', 'type': 'button',
'class': 'well btn-block load-more text-center', 'class': 'btn btn-block btn-light load-more text-center',
'text': EALang.load_more, 'text': EALang.load_more,
'click': function () { 'click': function () {
this.filterLimit += 20; this.filterLimit += 20;

View file

@ -401,7 +401,7 @@
} else if (response.length === this.filterLimit) { } else if (response.length === this.filterLimit) {
$('<button/>', { $('<button/>', {
'type': 'button', 'type': 'button',
'class': 'well btn-block load-more text-center', 'class': 'btn btn-block btn-light load-more text-center',
'text': EALang.load_more, 'text': EALang.load_more,
'click': function () { 'click': function () {
this.filterLimit += 20; this.filterLimit += 20;