mirror of https://github.com/PiyushXCoder/lupt.git
button color
This commit is contained in:
parent
4db028426e
commit
274b06b3eb
|
|
@ -334,7 +334,7 @@ function loadGif() {
|
||||||
area.append($('<button>', {class: 'button', onclick: 'sendGif("'+encodeURI(gif)+'"); $("#gif_clip").addClass("is-hidden");'})
|
area.append($('<button>', {class: 'button', onclick: 'sendGif("'+encodeURI(gif)+'"); $("#gif_clip").addClass("is-hidden");'})
|
||||||
.append($('<img>', {src: gif})));
|
.append($('<img>', {src: gif})));
|
||||||
});
|
});
|
||||||
if(querygif != '') area.append($('<button>', {name: 'more', onclick: 'loadGif()', style: 'display: block'}).text('show more'));
|
if(querygif != '') area.append($('<button>', {name: 'more', onclick: 'loadGif()', class: 'button', style: 'display: block'}).text('show more'));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue