mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
#2561 e-madencilik ilan verme
This commit is contained in:
parent
0086ee1e70
commit
64eb281309
@ -45,7 +45,7 @@ $(document).ready(function () {
|
|||||||
btn = '';
|
btn = '';
|
||||||
res.forEach(function (link) {
|
res.forEach(function (link) {
|
||||||
btn += `
|
btn += `
|
||||||
<input type="submit" data-pack-id="${link.packID}" class="btn-1 mb-2"
|
<input type="submit" data-pack-id="${link.packID}" class="btn-1 mb-2 text-wrap"
|
||||||
value="${response['continueBtn']}` + ' ' + `(${link.price})" />
|
value="${response['continueBtn']}` + ' ' + `(${link.price})" />
|
||||||
`
|
`
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user