Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
elixir
jekyll-elixir-theme
Commits
01370684
Commit
01370684
authored
Jul 12, 2019
by
Jacek Lebioda
Browse files
Fixing pretty silly mistake
parent
87163ef1
Changes
2
Hide whitespace changes
Inline
Side-by-side
_layouts/search.html
View file @
01370684
...
...
@@ -25,9 +25,9 @@ layout: default
<script>
var
button
=
document
.
getElementsByTagName
(
'
button
'
)[
0
];
var
edit_box
=
document
.
getElementsByClassName
(
'
search
'
)[
0
];
var
edit_box_contents
=
edit_box
.
value
;
button
.
onclick
=
function
(
e
)
{
var
edit_box_contents
=
edit_box
.
value
;
document
.
location
=
'
https://www.google.com/search?q=site%3Aelixir-luxembourg.org+
'
+
edit_box_contents
;
e
.
preventDefault
();
}
...
...
elixir-theme.gemspec
View file @
01370684
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"elixir-theme"
spec
.
version
=
"0.4.
0
"
spec
.
version
=
"0.4.
1
"
spec
.
authors
=
[
"jacek.lebioda"
]
spec
.
email
=
[
"jacek.lebioda@uni.lu"
]
...
...
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