Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
go-sso
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
id
go-sso
Commits
6bc5f795
Commit
6bc5f795
authored
Feb 24, 2019
by
ale
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use full jquery.js, not the slim version (we need AJAX)
parent
fc85e988
Pipeline
#2360
passed with stages
in 2 minutes and 4 seconds
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
15 deletions
+15
-15
server/bindata.go
server/bindata.go
+12
-12
server/static/js/jquery-3.3.1.min.js
server/static/js/jquery-3.3.1.min.js
+2
-0
server/static/js/jquery-3.3.1.slim.min.js
server/static/js/jquery-3.3.1.slim.min.js
+0
-2
server/templates/page.html
server/templates/page.html
+1
-1
No files found.
server/bindata.go
View file @
6bc5f795
This diff is collapsed.
Click to expand it.
server/static/js/jquery-3.3.1.min.js
0 → 100644
View file @
6bc5f795
This diff is collapsed.
Click to expand it.
server/static/js/jquery-3.3.1.slim.min.js
deleted
100644 → 0
View file @
fc85e988
This diff is collapsed.
Click to expand it.
server/templates/page.html
View file @
6bc5f795
...
...
@@ -17,7 +17,7 @@
{{define "footer"}}
</div>
<script
src=
"{{.URLPrefix}}/static/js/jquery-3.3.1.
slim.min.js"
integrity=
"sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo
"
></script>
<script
src=
"{{.URLPrefix}}/static/js/jquery-3.3.1.
min.js"
integrity=
"sha384-tsQFqpEReu7ZLhBV2VZlAu7zcOV+rXbYlF2cqB8txI/8aZajjp4Bqd+V6D5IgvKT
"
></script>
<script
src=
"{{.URLPrefix}}/static/js/popper-1.14.3.min.js"
integrity=
"sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
></script>
<script
src=
"{{.URLPrefix}}/static/js/bootstrap-4.1.3.min.js"
integrity=
"sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
></script>
{{if .U2FSignRequest}}
...
...
Write
Preview
Markdown
is supported
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