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
19f70442
Commit
19f70442
authored
Aug 19, 2014
by
Tobias Reich
Browse files
Merge branch 'hotfix/ie' into downloadable
parents
a1b1defc
32182083
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
assets/js/lychee.js
View file @
19f70442
...
@@ -157,8 +157,11 @@ var lychee = {
...
@@ -157,8 +157,11 @@ var lychee = {
goto
:
function
(
url
)
{
goto
:
function
(
url
)
{
if
(
url
===
undefined
)
url
=
""
;
if
(
url
===
undefined
)
url
=
"
#
"
;
document
.
location
.
hash
=
url
;
else
url
=
"
#
"
+
url
;
history
.
pushState
(
null
,
null
,
url
);
lychee
.
load
();
},
},
...
...
assets/min/main.js
View file @
19f70442
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