mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Corrected the markup for the load more button.
This commit is contained in:
parent
76755a286d
commit
b6dbf1cfd8
6 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue