kopia lustrzana https://github.com/c9/core
Merge pull request +7526 from c9/fix-welcome
[Trivial] Fix "more settings" link in welcome screen and related referencespull/117/merge
commit
2afebd7817
|
@ -103,7 +103,7 @@
|
|||
"c9.ide.recentfiles": "#7c099abf40",
|
||||
"c9.ide.remote": "#301d2ab519",
|
||||
"c9.ide.processlist": "#bc11818bb5",
|
||||
"c9.ide.run": "#0bd1d664fb",
|
||||
"c9.ide.run": "#cc9d80f8bb",
|
||||
"c9.ide.run.build": "#ad45874c88",
|
||||
"c9.ide.run.debug.xdebug": "#3b1520f83d",
|
||||
"c9.ide.save": "#a03709ef3f",
|
||||
|
@ -112,6 +112,6 @@
|
|||
"c9.ide.threewaymerge": "#229382aa0b",
|
||||
"c9.ide.undo": "#b028bcb4d5",
|
||||
"c9.ide.upload": "#0bd010d3dc",
|
||||
"c9.ide.welcome": "#b4be5c22a5"
|
||||
"c9.ide.welcome": "#a0f004e3bd"
|
||||
}
|
||||
}
|
|
@ -315,7 +315,6 @@ define(function(require, exports, module) {
|
|||
passEvent: true,
|
||||
exec: function(){}
|
||||
},
|
||||
commands.togglepreferences,
|
||||
commands.openpreferences,
|
||||
commands.passKeysToBrowser,
|
||||
commands.find,
|
||||
|
@ -669,4 +668,4 @@ define(function(require, exports, module) {
|
|||
commands: plugin
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Ładowanie…
Reference in New Issue