mirror of
https://github.com/itflow-org/itflow
synced 2026-09-11 17:25:13 +00:00
All Jquery removed replaced with stand JS and non jqery dependent libs
This commit is contained in:
@@ -72,7 +72,6 @@ if (isset($_GET['invoice_id'], $_GET['url_key']) && !isset($_GET['payment_intent
|
||||
|
||||
<!-- Stripe & jQuery -->
|
||||
<script src="https://js.stripe.com/v3/"></script>
|
||||
<script src="../libs/jquery/jquery.min.js"></script>
|
||||
|
||||
<div class="row pt-5">
|
||||
<div class="col-sm">
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
<link rel="stylesheet" href="/libs/tom-select/css/tom-select.bootstrap5.min.css">
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="/libs/jquery/jquery.min.js"></script>
|
||||
|
||||
</head>
|
||||
<body class="layout-fixed theme-<?= escapeHtml($config_theme) ?>">
|
||||
|
||||
Reference in New Issue
Block a user