diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e1e05f8..278096d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,10 +13,15 @@ on: - cron: '0 0 1,15 * *' jobs: - general_module_workflow: + general_module_workflow_php: uses: Karaka-Management/Karaka/.github/workflows/php_template.yml@develop secrets: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_PAT: ${{ secrets.GH_PAT }} CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - + general_module_workflow_js: + uses: Karaka-Management/Karaka/.github/workflows/js_template.yml@develop + secrets: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_PAT: ${{ secrets.GH_PAT }} + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file diff --git a/Admin/Install/Application/Shop/Themes/Default/tpl/privacy.tpl.php b/Admin/Install/Application/Shop/Themes/Default/tpl/privacy.tpl.php index 0489245..117dc88 100755 --- a/Admin/Install/Application/Shop/Themes/Default/tpl/privacy.tpl.php +++ b/Admin/Install/Application/Shop/Themes/Default/tpl/privacy.tpl.php @@ -30,7 +30,7 @@ declare(strict_types=1);
  • POLICY or AGREEMENT mean these policies that form the entire agreement between You and the COMPANY regarding the use of the SERVICE.
  • Third-party Social Media SERVICE means any services or content (including data, information, products or services) provided by a third-party that may be displayed, included or made available by the SERVICE.
  • WEBSITE refers to karaka.app (.net, .app, .service, .support, .email, .de, .solutions)
  • -
  • APPLICATION refers to all downloadable or installable content which can therfore be used on an a given DEVICE.
  • +
  • APPLICATION refers to all downloadable or installable content which can therefore be used on an a given DEVICE.
  • You means the individual accessing or using the SERVICE, or the company, or other legal entity on behalf of which such individual is accessing or using the SERVICE, as applicable.
  • diff --git a/Admin/Install/Application/Shop/Themes/Default/tpl/terms.tpl.php b/Admin/Install/Application/Shop/Themes/Default/tpl/terms.tpl.php index c2ebc49..f0d922c 100755 --- a/Admin/Install/Application/Shop/Themes/Default/tpl/terms.tpl.php +++ b/Admin/Install/Application/Shop/Themes/Default/tpl/terms.tpl.php @@ -29,7 +29,7 @@ declare(strict_types=1);
  • TERMS or AGREEMENT mean these terms that form the entire agreement between You and the COMPANY regarding the use of the SERVICE.
  • Third-party Social Media Service means any services or content (including data, information, products or services) provided by a third-party that may be displayed, included or made available by the SERVICE.
  • WEBSITE refers to karaka.app (.net, .app, .service, .support, .email, .de, .solutions)
  • -
  • APPLICATION refers to all downloadable or installable content which can therfore be used on an a given DEVICE.
  • +
  • APPLICATION refers to all downloadable or installable content which can therefore be used on an a given DEVICE.
  • You means the individual accessing or using the SERVICES, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.
  • diff --git a/Admin/Install/Application/Shop/js/shop.js b/Admin/Install/Application/Shop/js/shop.js index 3abfb75..6d9f74f 100755 --- a/Admin/Install/Application/Shop/js/shop.js +++ b/Admin/Install/Application/Shop/js/shop.js @@ -1,5 +1,4 @@ jsOMS.ready(function () { - "use strict"; - + 'use strict'; });