Merge branch 'hotfix/ie' into downloadable

pull/208/head
Tobias Reich 10 years ago
commit 19f7044218

@ -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();
},

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save