Skip to content

Commit

Permalink
Tweak anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
unconed committed May 16, 2011
1 parent 41eb3bd commit 9b532ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HTML/client/shell.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ tc.shell.prototype = {
// Note the URL fragment is only sent to Google Analytics SSL through JS, not to usage.termkit.org.
url = 'https://usage.termkit.org/#'
+ encodeURIComponent(
'v' + window.preferences.get('version')
'v'
+ '---' + this.anonymize(tokens));
}
else {
Expand Down Expand Up @@ -169,7 +169,7 @@ tc.shell.prototype = {
keys = keys.concat(commands[j]);
}
// Join tokens into path.
return keys.join('/');
return keys.join(',');
},
};

Expand Down

0 comments on commit 9b532ee

Please sign in to comment.