upgrade kjua to 0.10.0

This commit is contained in:
El RIDO 2025-07-22 09:49:48 +02:00
parent f68650ce5f
commit f3e2c53729
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
7 changed files with 8 additions and 8 deletions

View file

@ -46,7 +46,7 @@ endif;
<?php
if ($QRCODE) :
?>
<?php $this->_scriptTag('js/kjua-0.9.0.js', 'async'); ?>
<?php $this->_scriptTag('js/kjua-0.10.0.js', 'async'); ?>
<?php
endif;
?>

View file

@ -29,7 +29,7 @@ endif;
<?php
if ($QRCODE) :
?>
<?php $this->_scriptTag('js/kjua-0.9.0.js', 'async'); ?>
<?php $this->_scriptTag('js/kjua-0.10.0.js', 'async'); ?>
<?php
endif;
?>