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
6f3459e0
Commit
6f3459e0
authored
Sep 26, 2017
by
Dominik Hebeler
Browse files
Bugfix
parent
4f9b1860
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/assets/js/scriptResultPage.js
View file @
6f3459e0
...
...
@@ -14,7 +14,7 @@ $(document).ready(function () {
if
(
localStorage
.
hasOwnProperty
(
'
param_sprueche
'
))
{
sprueche
=
localStorage
.
getItem
(
'
param_sprueche
'
)
===
'
on
'
;
// check for sprueche local storage parameter
}
var
search
=
getU
rl
Parameter
(
'
eingabe
'
);
var
search
=
getU
RL
Parameter
(
'
eingabe
'
);
var
locale
=
readLocaleFromUrl
(
'
de
'
);
loadQuicktips
(
search
,
locale
,
sprueche
);
// load the quicktips
});
...
...
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