fefa4ka 9 years ago
parent 3ab402006a
commit 4b29e3b4b6
  1. 2
      trademark/cms_app.py
  2. 2
      trademark/templates/trademark/form.html

@ -3,7 +3,7 @@ from aldryn_apphooks_config.app_base import CMSConfigApp
from cms.apphook_pool import apphook_pool
from django.utils.translation import ugettext_lazy as _
from .models import TrademarkConfig
# from .models import TrademarkConfig
class TrademarkApp(CMSConfigApp):

@ -167,7 +167,7 @@
var tm_count = Math.floor(Math.random() * (3000000 - 1000000) + 1000000);
$('.trademark-search-count').text(tm_count + ' знаков')
$count.show(500);
$identity.show(3000);
$identity.delay(3000).show(500);
$contains.delay(6000).show(500);
$similar.delay(12000).show(500);

Loading…
Cancel
Save