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()) {
|
||||
menu.addLine();
|
||||
menu.addItem(
|
||||
'open in community site',
|
||||
'Open in Community Site',
|
||||
function () {
|
||||
var dict = myself.urlParameters();
|
||||
window.open(
|
||||
myself.cloud.showProjectPath(dict.Username, dict.ProjectName),
|
||||
myself.cloud.showProjectPath(
|
||||
dict.Username, dict.ProjectName
|
||||
),
|
||||
'_blank'
|
||||
);
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue