Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Video AG Infrastruktur
website
Commits
f7773434
Commit
f7773434
authored
9 months ago
by
Simon Künzel
Browse files
Options
Downloads
Patches
Plain Diff
Fix another boolean datatype in javascript
parent
e835e916
Branches
postgres_integration
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/sortlog.html
+1
-1
1 addition, 1 deletion
templates/sortlog.html
with
1 addition
and
1 deletion
templates/sortlog.html
+
1
−
1
View file @
f7773434
...
...
@@ -6,7 +6,7 @@
<div
class=
"panel-heading"
>
<h1
class=
"panel-title"
>
Sortierlog
<a
class=
"btn btn-default"
href=
"{{url_for('sort_now', ref=request.url)}}"
>
Jetzt einsortieren
</a>
<button
class=
"btn btn-default"
onclick=
"$('button[data-path^=\'sorterrorlog.\'][data-path$=\'.deleted\']').each(function (e) { moderator.api.set($(this).data('path'),
1
,false); }); window.location.reload();"
>
Alle Fehler entfernen
</button>
<button
class=
"btn btn-default"
onclick=
"$('button[data-path^=\'sorterrorlog.\'][data-path$=\'.deleted\']').each(function (e) { moderator.api.set($(this).data('path'),
true
,false); }); window.location.reload();"
>
Alle Fehler entfernen
</button>
</h1>
</div>
<div
class=
"panel-body"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment