Browse Source

Merge branch 'hotfix/ie' into downloadable

Tobias Reich 9 years ago
parent
commit
19f7044218
2 changed files with 5 additions and 2 deletions
  1. 5 2
      assets/js/lychee.js
  2. 0 0
      assets/min/main.js

+ 5 - 2
assets/js/lychee.js

@@ -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 it is too large
+ 0 - 0
assets/min/main.js


Some files were not shown because too many files changed in this diff