kopia lustrzana https://github.com/backface/turtlestitch
capitalized new cloud menu entry
rodzic
8d69f6c20c
commit
35011e0332
|
@ -2640,11 +2640,13 @@ IDE_Morph.prototype.cloudMenu = function () {
|
||||||
if (this.hasCloudProject()) {
|
if (this.hasCloudProject()) {
|
||||||
menu.addLine();
|
menu.addLine();
|
||||||
menu.addItem(
|
menu.addItem(
|
||||||
'open in community site',
|
'Open in Community Site',
|
||||||
function () {
|
function () {
|
||||||
var dict = myself.urlParameters();
|
var dict = myself.urlParameters();
|
||||||
window.open(
|
window.open(
|
||||||
myself.cloud.showProjectPath(dict.Username, dict.ProjectName),
|
myself.cloud.showProjectPath(
|
||||||
|
dict.Username, dict.ProjectName
|
||||||
|
),
|
||||||
'_blank'
|
'_blank'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue