|
|
|
@ -165,7 +165,7 @@ |
|
|
|
$.post("/ru/trademarks/online-search/request/", |
|
|
|
$.post("/ru/trademarks/online-search/request/", |
|
|
|
{ 'keyword': request}).done(function(data) { |
|
|
|
{ 'keyword': request}).done(function(data) { |
|
|
|
var tm_count = Math.floor(Math.random() * (3000000 - 1000000) + 1000000); |
|
|
|
var tm_count = Math.floor(Math.random() * (3000000 - 1000000) + 1000000); |
|
|
|
$('.trademark-search-count').text(tm_count + ' знаков') |
|
|
|
$('.trademark-search-count').text(tm_count.toLocaleString() + ' знаков') |
|
|
|
$count.show(500); |
|
|
|
$count.show(500); |
|
|
|
$identity.delay(3000).show(500); |
|
|
|
$identity.delay(3000).show(500); |
|
|
|
$contains.delay(6000).show(500); |
|
|
|
$contains.delay(6000).show(500); |
|
|
|
|