Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
78f69f5c
Commit
78f69f5c
authored
May 15, 2020
by
Dominik Hebeler
Browse files
added auto submit when custom date is disabled
parent
7ece31d2
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/views/parts/filter.blade.php
View file @
78f69f5c
...
...
@@ -44,7 +44,7 @@
<i
class=
"fas fa-cogs"
></i>
</label>
</div>
<input
id=
"custom-date"
type=
"checkbox"
form=
"searchForm"
@
if
(
Request::input
('
fc
',
"
off
"
) =
==
"
on
")
checked
@
endif
name=
"fc"
/>
<input
id=
"custom-date"
type=
"checkbox"
form=
"searchForm"
@
if
(
Request::input
('
fc
',
"
off
"
) =
==
"
on
")
checked
@
endif
name=
"fc"
onchange=
"if(!this.checked){this.form.submit()}"
/>
@else
</div>
@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