|
@@ -334,7 +334,7 @@ function getTenderTreeHtml () {
|
|
|
}
|
|
|
}
|
|
|
function bindTenderUrl() {
|
|
|
- $('a', '.c-body').bind('click', function () {
|
|
|
+ $('.c-body').on('click', 'a', function () {
|
|
|
const tenderId = parseInt($(this).attr('id'));
|
|
|
const tender = _.find(tenders, function (t) {
|
|
|
return t.id === tenderId;
|