+ fix демо данных

This commit is contained in:
2025-09-24 16:44:29 +05:00
parent 1d13aa139a
commit 386a012579

View File

@@ -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);