Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
3af222f9
Unverified
Commit
3af222f9
authored
Feb 26, 2020
by
Robert Knight
Committed by
GitHub
Feb 26, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1832 from hypothesis/remove-icomoon-from-sidebar
Stop loading icon font CSS in sidebar app
parents
acfd9871
edf9dbb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
boot.js
src/boot/boot.js
+0
-1
boot-test.js
src/boot/test/boot-test.js
+0
-2
No files found.
src/boot/boot.js
View file @
3af222f9
...
...
@@ -121,7 +121,6 @@ function bootSidebarApp(doc, config) {
'styles/angular-csp.css'
,
'styles/angular-toastr.css'
,
'styles/icomoon.css'
,
'styles/katex.min.css'
,
'styles/sidebar.css'
,
]);
...
...
src/boot/test/boot-test.js
View file @
3af222f9
...
...
@@ -48,7 +48,6 @@ describe('bootstrap', function() {
'styles/angular-csp.css'
,
'styles/angular-toastr.css'
,
'styles/icomoon.css'
,
'styles/katex.min.css'
,
'styles/sidebar.css'
,
];
...
...
@@ -155,7 +154,6 @@ describe('bootstrap', function() {
'scripts/sidebar.bundle.1234.js'
,
'styles/angular-csp.1234.css'
,
'styles/angular-toastr.1234.css'
,
'styles/icomoon.1234.css'
,
'styles/katex.min.1234.css'
,
'styles/sidebar.1234.css'
,
].
map
(
assetUrl
);
...
...
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