Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 94e7bc8

Browse files
author
Dominik František Bučík
authored
fix: fix bootstrap glyphicons mapping (#21)
1 parent 83d75d2 commit 94e7bc8

File tree

10 files changed

+2
-185
lines changed

10 files changed

+2
-185
lines changed

openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/footer.tag

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@
1515
<!-- javascript
1616
================================================== -->
1717
<!-- Placed at the end of the document so the pages load faster -->
18-
<script type="text/javascript" src="resources/bootstrap2/js/bootstrap.js"></script>
18+
<script type="text/javascript" src="resources/bootstrap/js/bootstrap.min.js"></script>
1919
<script type="text/javascript" src="resources/js/lib/underscore.js"></script>
2020
<script type="text/javascript" src="resources/js/lib/backbone.js"></script>
2121
<script type="text/javascript" src="resources/js/lib/purl.js"></script>
2222
<script type="text/javascript" src="resources/js/lib/bootstrapx-clickover.js"></script>
2323
<script type="text/javascript" src="resources/js/lib/bootstrap-sheet.js"></script>
2424
<script type="text/javascript" src="resources/js/lib/bootpag.js"></script>
25-
<script type="text/javascript" src="resources/js/lib/retina.js"></script>
2625
<c:if test="${js != null && js != ''}">
2726
<script type="text/javascript">
2827

openid-connect-server-webapp/src/main/webapp/resources/bootstrap2/img/glyphicons-halflings-white.png renamed to openid-connect-server-webapp/src/main/webapp/resources/bootstrap/img/glyphicons-halflings-white.png

File renamed without changes.

openid-connect-server-webapp/src/main/webapp/resources/bootstrap2/img/glyphicons-halflings.png renamed to openid-connect-server-webapp/src/main/webapp/resources/bootstrap/img/glyphicons-halflings.png

File renamed without changes.

openid-connect-server-webapp/src/main/webapp/resources/bootstrap2/js/bootstrap.js renamed to openid-connect-server-webapp/src/main/webapp/resources/bootstrap/js/bootstrap.js

File renamed without changes.

openid-connect-server-webapp/src/main/webapp/resources/bootstrap2/js/bootstrap.min.js renamed to openid-connect-server-webapp/src/main/webapp/resources/bootstrap/js/bootstrap.min.js

File renamed without changes.

openid-connect-server-webapp/src/main/webapp/resources/css/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.

openid-connect-server-webapp/src/main/webapp/resources/js/lib/retina.js

Lines changed: 0 additions & 182 deletions
This file was deleted.

0 commit comments

Comments
 (0)