Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Merge requests
!98
Praktické úlohy a propojení s CMS
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Praktické úlohy a propojení s CMS
mj/prakticke-ulohy
into
devel
Overview
4
Commits
5
Changes
1
Merged
Martin Mareš
requested to merge
mj/prakticke-ulohy
into
devel
3 years ago
Overview
4
Commits
5
Changes
1
Expand
0
0
Merge request reports
Viewing commit
0d7c2373
Prev
Next
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
0d7c2373
Novinky: V kolech na úrovni nižší než kraj se refreshuje po 5 minutách
· 0d7c2373
Martin Mareš
authored
3 years ago
mo/web/templates/parts/user_news.html
+
1
−
1
Options
@@ -7,5 +7,5 @@
@@ -7,5 +7,5 @@
{% endif %}
{% endif %}
</div>
</div>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
r
=
new
NewsReloader
(
document
.
getElementById
(
"
novinky
"
),
document
.
getElementById
(
"
novinky-status
"
),
"
{{ url }}
"
,
60000
);
r
=
new
NewsReloader
(
document
.
getElementById
(
"
novinky
"
),
document
.
getElementById
(
"
novinky-status
"
),
"
{{ url }}
"
,
{
%
if
round
.
level
>
2
%
}
300000
{
%
else
%
}
60000
{
%
endif
%
}
);
</script>
</script>
Loading