Skip to content

Commit

Permalink
v1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
deltakosh committed Aug 9, 2014
1 parent 4edb5b9 commit 8de841a
Show file tree
Hide file tree
Showing 42 changed files with 9,699 additions and 1,180 deletions.
2 changes: 1 addition & 1 deletion CYOS/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
var xmlHttp = new XMLHttpRequest();
xmlHttp.onreadystatechange = function () {
if (xmlHttp.readyState == 4 && xmlHttp.status == 201) {
var baseUrl = location.href.replace(location.hash, "");
var baseUrl = location.href.replace(location.hash, "").replace(location.search, "");
var snippet = JSON.parse(xmlHttp.responseText);
var newUrl = baseUrl + "#" + snippet.id;
currentSnippetToken = snippet.id;
Expand Down
Loading

0 comments on commit 8de841a

Please sign in to comment.