-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,14 +10,14 @@ <h1 class='mb-3 fw-semibold'>Powerful and robust date and time picker</h1> | |
</p> | ||
<div class='d-flex flex-column flex-lg-row align-items-md-stretch justify-content-md-center gap-3 mb-4'> | ||
<div class='d-flex flex-column flex-md-row'> | ||
<a href='/6/' class='btn btn-lg btn-bd-primary mb-3 me-md-3' | ||
<a href='/6/' class='btn btn-lg btn-primary mb-3 me-md-3' | ||
onclick="ga('send', 'event', 'Jumbotron actions', 'Get started', 'Get started');">Get started</a> | ||
<a href='/6/installing.html' class='btn btn-lg btn-outline-secondary mb-3' | ||
onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download 6');">Download</a> | ||
</div> | ||
</div> | ||
<p class='text-muted mb-0'> | ||
Currently <strong>v6.1.3</strong> | ||
Currently <strong>v6.2.4</strong> | ||
<span class='px-1'>·</span> | ||
<a href='https://getdatepicker.com/5-4/' class='link-secondary'>v5 docs</a> | ||
</p> | ||
|
@@ -51,7 +51,6 @@ <h3 class='fw-semibold'>JsDelivr</h3> | |
<p> | ||
Popper is required and must be included before the main picker script. | ||
</p> | ||
<a class='btn btn-lg btn-outline-primary mb-3' href='/6/introduction.html'>Explore the docs</a> | ||
<pre> | ||
<code class='language-html'><!-- Popperjs --> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" | ||
|