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
30aeb5a1
Commit
30aeb5a1
authored
Mar 08, 2019
by
Dominik Hebeler
Browse files
removed time and encoding parameter
parent
fc37f411
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/parts/searchbar.blade.php
View file @
30aeb5a1
...
...
@@ -21,26 +21,14 @@
</div>
</div>
<div class="
search
-
hidden
">
<input type="
hidden
" name="
encoding
" value="
utf8
">
@if (isset(
$option_values
))
@foreach(
$option_values
as
$option
=>
$value
)
<input type="
hidden
" name={{
$option
}} value={{
$value
}}>
@endforeach
@endif
@if (isset(
$option_values
))
<input type="
hidden
" name="
time
" value={{
$time
}}>
@endif
@if (isset(
$focusPages
) && !empty(
$focusPages
))
@foreach (
$focusPages
as
$fp
)
<input type="
hidden
" name={{
$fp
}} value="
on
">
@endforeach
@endif
@if (isset(
$focus
) && !empty(
$focus
))
<input type="
hidden
" name="
focus
" value={{
$focus
}}>
@endif
@if (isset(
$theme
))
<input type="
hidden
" name="
theme
" value={{
$theme
}}>
@endif
</div>
<div class="
search
-
custom
-
hidden
"></div>
</div>
...
...
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