Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
photos
Commits
1d738f94
Commit
1d738f94
authored
Aug 17, 2014
by
Tobias Reich
Browse files
Fixed Lychee to working in IE #148
parent
de33aa63
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
assets/js/lychee.js
View file @
1d738f94
...
...
@@ -157,8 +157,11 @@ var lychee = {
goto
:
function
(
url
)
{
if
(
url
===
undefined
)
url
=
""
;
document
.
location
.
hash
=
url
;
if
(
url
===
undefined
)
url
=
"
#
"
;
else
url
=
"
#
"
+
url
;
history
.
pushState
(
null
,
null
,
url
);
lychee
.
load
();
},
...
...
assets/min/main.js
View file @
1d738f94
This diff is collapsed.
Click to expand it.
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