mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Revert "Not using momentjs so removing it"
This reverts commit 11fb638d2d.
This commit is contained in:
14765
resources/momentjs/moment-with-locales.js
Normal file
14765
resources/momentjs/moment-with-locales.js
Normal file
File diff suppressed because it is too large
Load Diff
1
resources/momentjs/moment-with-locales.min.js
vendored
Normal file
1
resources/momentjs/moment-with-locales.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
resources/momentjs/moment-with-locales.min.js.php
Normal file
10
resources/momentjs/moment-with-locales.min.js.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
ob_start('ob_gzhandler');
|
||||
header('Content-type: text/javascript; charset: UTF-8');
|
||||
header('Cache-Control: must-revalidate');
|
||||
header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT');
|
||||
|
||||
include_once 'moment-with-locales.min.js';
|
||||
|
||||
?>
|
||||
4602
resources/momentjs/moment.js
Normal file
4602
resources/momentjs/moment.js
Normal file
File diff suppressed because it is too large
Load Diff
1
resources/momentjs/moment.min.js
vendored
Normal file
1
resources/momentjs/moment.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user