Skip to content

Commit

Permalink
fix: make loading qrcode library from js application
Browse files Browse the repository at this point in the history
  • Loading branch information
alroniks committed Jul 19, 2021
1 parent b50d1db commit 6deb88f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/mspoplati/elements/snippets/oplati.php
Expand Up @@ -45,7 +45,6 @@

$assetsUrl = $modx->getOption('assets_url');

$modx->regClientScript($assetsUrl . 'components/mspoplati/app/qrcode.min.js');
$modx->regClientScript($assetsUrl . 'components/mspoplati/app/oplati.app.js');
$modx->regClientCSS($assetsUrl . 'components/mspoplati/styles/oplati.app.css');

Expand Down

0 comments on commit 6deb88f

Please sign in to comment.