From 716e45b17f71057405bc4483523710b7412e46fc Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Mon, 7 Nov 2016 16:41:35 +0200 Subject: [PATCH] big commti --- frontend/web/js/filter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/web/js/filter.js b/frontend/web/js/filter.js index 2d75d14..85415bb 100644 --- a/frontend/web/js/filter.js +++ b/frontend/web/js/filter.js @@ -73,11 +73,11 @@ function priceRequest(link){ if(result=='0'){ $(link).addClass('disabled-link'); tag.find('input').prop( "disabled", true ); - $(link).find("span").html(result); + $(link).find("span").html('('+result+')'); } else { $(link).removeClass('disabled-link'); tag.find('input').prop( "disabled", false ); - $(link).find("span").html(result); + $(link).find("span").html('('+result+')'); } -- libgit2 0.21.4