Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
trivalent
dashboard-trivalent
Commits
296693ac
Commit
296693ac
authored
Jun 21, 2019
by
Tasio Mendez
Browse files
jQuery CDN needed for Firefox
parent
2b76853e
Pipeline
#1566
passed with stages
in 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
demo/index.env.html
View file @
296693ac
...
@@ -26,6 +26,12 @@
...
@@ -26,6 +26,12 @@
<link
rel=
"import"
href=
"/elements/trivalent-page/trivalent-page.html"
>
<link
rel=
"import"
href=
"/elements/trivalent-page/trivalent-page.html"
>
<link
rel=
"import"
href=
"/bower_components/app-route/app-location.html"
>
<link
rel=
"import"
href=
"/bower_components/app-route/app-location.html"
>
<!-- jQuery -->
<script
src=
"https://code.jquery.com/jquery-3.4.1.min.js"
integrity=
"sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin=
"anonymous"
></script>
<!-- Bootstrap -->
<!-- Bootstrap -->
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
></script>
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
></script>
<link
rel=
"stylesheet"
href=
"//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
>
...
...
demo/index.html
View file @
296693ac
...
@@ -26,6 +26,12 @@
...
@@ -26,6 +26,12 @@
<link
rel=
"import"
href=
"/elements/trivalent-page/trivalent-page.html"
>
<link
rel=
"import"
href=
"/elements/trivalent-page/trivalent-page.html"
>
<link
rel=
"import"
href=
"/bower_components/app-route/app-location.html"
>
<link
rel=
"import"
href=
"/bower_components/app-route/app-location.html"
>
<!-- jQuery -->
<script
src=
"https://code.jquery.com/jquery-3.4.1.min.js"
integrity=
"sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin=
"anonymous"
></script>
<!-- Bootstrap -->
<!-- Bootstrap -->
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
></script>
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
></script>
<link
rel=
"stylesheet"
href=
"//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment