Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
9ef3a644
Commit
9ef3a644
authored
Sep 02, 2014
by
Kostas Papadimitriou
Browse files
cloudbar: Apply condition on whether or not to load webfont css files
parent
413c61df
Changes
1
Show whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.js
View file @
9ef3a644
...
...
@@ -29,6 +29,7 @@ $(document).ready(function(){
// load extra css
var
extra_css
=
window
.
CLOUDBAR_EXTRA_CSS
||
[];
if
(
window
.
CLOUDBAR_INCLUDE_FONTS
===
false
)
{
extra_css
=
[];
}
var
css_tag
=
undefined
;
var
css_uri
=
undefined
;
for
(
var
i
=
0
;
i
<
extra_css
.
length
;
i
++
)
{
...
...
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