Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

coptup4ik

Users
  
  • Posts

    53
  • Joined

  • Last visited

Everything posted by coptup4ik

  1. Пришлось самому разбираться, но это оказалось просто. Находим в файле admin\view\javascript\common.js следующие строчки // Blur $this.on('blur', function() { setTimeout(function(object) { object.hide(); }, 200, this); }); Меняем 200 на 400 и всё. // Blur $this.on('blur', function() { setTimeout(function(object) { object.hide(); }, 400, this); });
  2. Здравствуйте. Столкнулся со странным багом в чистой версии ocstore 3.0.2.0. При создании товара и попытке выбрать для него категорию,всплывающее окно не реагирует на выбор категории мышкой. Приходится выбирать кнопкой tab и нажатием enter. У меня одного такое?
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.