Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
76da7658
authored
Mar 07, 2013
by
Bence Dányi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: delete LESS cache only if necessery
parent
d5e3eabe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
one/templates/base.html
+1
-1
No files found.
one/templates/base.html
View file @
76da7658
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<script
src=
"{% static "
script
/
jquery
.
min
.
js
"
%}"
></script>
<script
src=
"{% static "
script
/
jquery
.
min
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% url django.views.i18n.javascript_catalog %}"
></script>
<script
type=
"text/javascript"
src=
"{% url django.views.i18n.javascript_catalog %}"
></script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
window
.
localStorage
.
removeItem
(
'https://cloud.ik.bme.hu/static/style/style.less:timestamp'
);
{
%
if
DEBUG
%
}
window
.
localStorage
.
removeItem
(
'https://cloud.ik.bme.hu/static/style/style.less:timestamp'
);{
%
endif
%
}
var
current_user
=
{{
user
.
id
}};
var
current_user
=
{{
user
.
id
}};
</script>
</script>
{% if DEBUG %}
<script
src=
"{% static "
script
/
less
.
min
.
js
"
%}"
></script>
{% endif %}
{% if DEBUG %}
<script
src=
"{% static "
script
/
less
.
min
.
js
"
%}"
></script>
{% endif %}
...
...
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