kopia lustrzana https://github.com/backface/turtlestitch
Fix a rather stupid and glaring typo in project sharing
rodzic
53068ea259
commit
17caaa16f0
2
gui.js
2
gui.js
|
@ -5042,7 +5042,7 @@ ProjectDialogMorph.prototype.shareProject = function () {
|
||||||
projectId = 'Username=' +
|
projectId = 'Username=' +
|
||||||
encodeURIComponent(usr.toLowerCase()) +
|
encodeURIComponent(usr.toLowerCase()) +
|
||||||
'&ProjectName=' +
|
'&ProjectName=' +
|
||||||
encodeURIComponent(proj.projectName);
|
encodeURIComponent(proj.ProjectName);
|
||||||
location.hash = projectId;
|
location.hash = projectId;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Ładowanie…
Reference in New Issue