+ fix демо данных
This commit is contained in:
@@ -76,7 +76,7 @@ $form_tpl = array(
|
||||
<script>
|
||||
$(\\\'#form_[tag:formalias]\\\').off();
|
||||
|
||||
$(\\\'#captcha-ref\\\').on(\\\'click\\\', function(){$(\\\'#captcha img\\\').attr(\\\'src\\\', \\\'[tag:path][tag:captcha]?refresh=\\\' + new Date().getTime());});
|
||||
$(\\"#captcha-ref\\").click(function() { $(\\"#captcha img\\").attr(\\"src\\", \\\'../inc/captcha.php?refresh=\\\' + new Date().getTime()); });
|
||||
function form_popover (action) {
|
||||
var _action = (action == undefined || !action) ? \\\'show\\\' : action;
|
||||
$(\\\'#form_[tag:formalias] .form-control.invalid\\\').each(function(index, element) {
|
||||
@@ -138,6 +138,7 @@ $form_tpl = array(
|
||||
</div>
|
||||
</form>
|
||||
<script>
|
||||
$(\\"#captcha-ref\\").click(function() { $(\\"#captcha img\\").attr(\\"src\\", \\\'../inc/captcha.php?refresh=\\\' + new Date().getTime()); });
|
||||
$(\\\'#[tag:formalias] form\\\').on(\\\'submit\\\', function (e) {
|
||||
e.preventDefault();
|
||||
var form = $(this);
|
||||
|
Reference in New Issue
Block a user