1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-16 14:50:48 +03:00

Исправлен вывод каптчи при добавлении жалобы

This commit is contained in:
Denis Shakhov 2014-08-01 22:02:42 +07:00
parent 0b93f953d4
commit 436ee32d8d

View file

@ -48,7 +48,9 @@ jQuery(document).ready(function($){
/**
* Captcha
*/
$('[data-type=captcha]').captcha();
$('[data-type=captcha]').livequery(function () {
$(this).captcha();
});
/**