aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/bower_components/bootstrap-datepicker/tests/timezone.html
diff options
context:
space:
mode:
authorMarvin Borner2018-07-13 19:06:45 +0200
committerMarvin Borner2018-07-13 19:06:45 +0200
commit6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 (patch)
treedbc87ef16fa01d5d99116de283592b8fe5e02944 /public/bower_components/bootstrap-datepicker/tests/timezone.html
parentdfd839f27146df0ad0494e11734fc7d310c70ebf (diff)
Fixed many permissions and began admin interface
Diffstat (limited to 'public/bower_components/bootstrap-datepicker/tests/timezone.html')
-rw-r--r--public/bower_components/bootstrap-datepicker/tests/timezone.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/public/bower_components/bootstrap-datepicker/tests/timezone.html b/public/bower_components/bootstrap-datepicker/tests/timezone.html
new file mode 100644
index 0000000..5cb15fa
--- /dev/null
+++ b/public/bower_components/bootstrap-datepicker/tests/timezone.html
@@ -0,0 +1,36 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <link rel="stylesheet" href="assets/qunit.css">
+ <script src="assets/qunit.js"></script>
+ <!-- console.log for test failures: enable locally if you need extra debug info-->
+ <!--<script src="assets/qunit-logging.js"></script>-->
+ <script src="assets/jquery-1.7.1.min.js"></script>
+ <script src="../js/bootstrap-datepicker.js"></script>
+
+ <style>
+ .datepicker {
+ /* Appended to body, abs-pos off the page */
+ position: absolute;
+ display: none;
+ top: -9999em;
+ left: -9999em;
+ }
+ </style>
+
+ <!-- Utilities -->
+ <script src="assets/utils.js"></script>
+
+ <!-- Test suites -->
+ <script src="suites/timezone.js"></script>
+ </head>
+ <body>
+ <h1 id="qunit-header">bootstrap-datepicker</h1>
+ <h2 id="qunit-banner"></h2>
+ <div id="qunit-testrunner-toolbar"></div>
+ <h2 id="qunit-userAgent"></h2>
+ <ol id="qunit-tests"></ol>
+ <div id="qunit-fixture"></div>
+ </body>
+</html>