summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui.js b/gui.js
index f711847..eee2bd5 100644
--- a/gui.js
+++ b/gui.js
@@ -5040,9 +5040,9 @@ ProjectDialogMorph.prototype.shareProject = function () {
if (proj.ProjectName === ide.projectName) {
var usr = SnapCloud.username,
projectId = 'Username=' +
- encodeURIComponent(usr.toLowerCase()) +
- '&ProjectName=' +
- encodeURIComponent(proj.projectName);
+ encodeURIComponent(usr.toLowerCase()) +
+ '&ProjectName=' +
+ encodeURIComponent(proj.projectName);
location.hash = projectId;
}
},