From 436ee32d8db773e0608793c92b299ac1fabd44bc Mon Sep 17 00:00:00 2001 From: Denis Shakhov Date: Fri, 1 Aug 2014 22:02:42 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D0=BA=D0=B0?= =?UTF-8?q?=D0=BF=D1=82=D1=87=D0=B8=20=D0=BF=D1=80=D0=B8=20=D0=B4=D0=BE?= =?UTF-8?q?=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B8=20=D0=B6=D0=B0?= =?UTF-8?q?=D0=BB=D0=BE=D0=B1=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/frontend/skin/developer/assets/js/init.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/frontend/skin/developer/assets/js/init.js b/application/frontend/skin/developer/assets/js/init.js index 0eaf3e3c..d77ad65a 100644 --- a/application/frontend/skin/developer/assets/js/init.js +++ b/application/frontend/skin/developer/assets/js/init.js @@ -48,7 +48,9 @@ jQuery(document).ready(function($){ /** * Captcha */ - $('[data-type=captcha]').captcha(); + $('[data-type=captcha]').livequery(function () { + $(this).captcha(); + }); /**