Skip to content
GitLab
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
18f0e32d
Commit
18f0e32d
authored
Jun 22, 2017
by
Aria Givi
Browse files
Doppeltes einbinden der lib.js entfernt
parent
440ca956
Changes
4
Hide whitespace changes
Inline
Side-by-side
resources/views/index.blade.php
View file @
18f0e32d
...
...
@@ -316,7 +316,6 @@
</
a
>
</
li
>
</
ul
>
<
script
src
=
"{{ elixir('js/lib.js') }}"
></
script
>
<
script
src
=
"{{ elixir('js/scriptStartPage.js') }}"
></
script
>
@
endsection
...
...
resources/views/settings.blade.php
View file @
18f0e32d
...
...
@@ -65,6 +65,5 @@
<
input
id
=
"plugin"
class
=
"btn btn-primary settings-btn"
type
=
"submit"
value
=
"{!! trans('settings.speichern.3') !!}"
>
</
div
>
</
form
>
<
script
src
=
"{{ elixir('js/lib.js') }}"
></
script
>
<
script
src
=
"{{ elixir('js/settings.js') }}"
></
script
>
@
endsection
resources/views/widget/sitesearch.blade.php
View file @
18f0e32d
...
...
@@ -77,6 +77,5 @@
</
form
>
;
</
textarea
>
@
endif
<
script
src
=
"{{ elixir('js/lib.js') }}"
></
script
>
<
script
src
=
"{{ elixir('js/widgets.js') }}"
></
script
>
@
endsection
resources/views/widget/websearch.blade.php
View file @
18f0e32d
...
...
@@ -65,6 +65,5 @@
<
input
type
=
"hidden"
name
=
"lang"
value
=
"{{ trans('websearch.head.6') }}"
>
</
form
>
</
textarea
>
<
script
src
=
"{{ elixir('js/lib.js') }}"
></
script
>
<
script
src
=
"{{ elixir('js/widgets.js') }}"
></
script
>
@
endsection
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment