mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Corrected moment timezone script URL
This commit is contained in:
parent
d2be2327e8
commit
548bc04c88
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
* @var array $appointment_data
|
* @var array $appointment_data
|
||||||
* @var array $provider_data
|
* @var array $provider_data
|
||||||
* @var array $customer_data
|
* @var array $customer_data
|
||||||
|
* @var array $service_data
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
@ -39,7 +40,7 @@
|
||||||
|
|
||||||
<script src="<?= asset_url('assets/vendor/datejs/date.min.js') ?>"></script>
|
<script src="<?= asset_url('assets/vendor/datejs/date.min.js') ?>"></script>
|
||||||
<script src="<?= asset_url('assets/vendor/moment/moment.min.js') ?>"></script>
|
<script src="<?= asset_url('assets/vendor/moment/moment.min.js') ?>"></script>
|
||||||
<script src="<?= asset_url('assets/vendor/moment/moment-timezone-with-data.min.js') ?>"></script>
|
<script src="<?= asset_url('assets/vendor/moment-timezone/moment-timezone-with-data.min.js') ?>"></script>
|
||||||
<script src="https://apis.google.com/js/client.js"></script>
|
<script src="https://apis.google.com/js/client.js"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in a new issue