Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!653
Resolve "Web Content Accessibility Guidelines"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Web Content Accessibility Guidelines"
101-web-content-accessibility-guidelines
into
master
Overview
5
Commits
1
Pipelines
8
Changes
3
All threads resolved!
Hide all comments
Merged
Lloyd Meins
requested to merge
101-web-content-accessibility-guidelines
into
master
3 years ago
Overview
5
Commits
1
Pipelines
8
Changes
3
All threads resolved!
Hide all comments
Expand
Closes
#101 (closed)
Edited
3 years ago
by
Lloyd Meins
0
0
Merge request reports
Viewing commit
7a896018
Show latest version
3 files
+
29
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Verified
7a896018
Add preferences to disable dashboard auto updating
· 7a896018
Lloyd Meins
authored
3 years ago
aleksis/core/templates/core/index.html
+
4
−
2
Options
@@ -110,5 +110,7 @@
</div>
{% endif %}
<script
type=
"text/javascript"
src=
"{% static "
js
/
include_ajax_live.js
"
%}"
></script>
{% endblock %}
{% if user.person.preferences.general__automatically_update_dashboard and request.site.preferences.general__automatically_update_dashboard_site %}
<script
type=
"text/javascript"
src=
"{% static "
js
/
include_ajax_live.js
"
%}"
></script>
{% endif %}
{% endblock %}
\ No newline at end of file
Loading