kopia lustrzana https://github.com/c9/core
Fix minor UI issues
rodzic
d620d8db6f
commit
33ef209f89
|
@ -90,6 +90,7 @@
|
||||||
"c9.ide.imgeditor": "#612e75ef4f",
|
"c9.ide.imgeditor": "#612e75ef4f",
|
||||||
"c9.ide.immediate": "#a962119bec",
|
"c9.ide.immediate": "#a962119bec",
|
||||||
"c9.ide.installer": "#0fde9f0067",
|
"c9.ide.installer": "#0fde9f0067",
|
||||||
|
"c9.ide.language.python": "#undefined",
|
||||||
"c9.ide.mount": "#b9a5a2d45c",
|
"c9.ide.mount": "#b9a5a2d45c",
|
||||||
"c9.ide.navigate": "#38ae100ea1",
|
"c9.ide.navigate": "#38ae100ea1",
|
||||||
"c9.ide.newresource": "#981a408a7b",
|
"c9.ide.newresource": "#981a408a7b",
|
||||||
|
|
|
@ -112,7 +112,7 @@ define(function(require, exports, module) {
|
||||||
+ "</span><span class='path'>"
|
+ "</span><span class='path'>"
|
||||||
+ (command.hint
|
+ (command.hint
|
||||||
? this.replaceStrong(command.hint)
|
? this.replaceStrong(command.hint)
|
||||||
: "No Description")
|
: "")
|
||||||
+ "</span></div>");
|
+ "</span></div>");
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -93,7 +93,7 @@ define(function(require, exports, module) {
|
||||||
onclick: function() { window.open(accountUrl); }
|
onclick: function() { window.open(accountUrl); }
|
||||||
}), c += 100, plugin);
|
}), c += 100, plugin);
|
||||||
menus.addItemByPath(name + "/Home", new ui.item({
|
menus.addItemByPath(name + "/Home", new ui.item({
|
||||||
onclick: function() { window.open(ideBaseUrl); }
|
onclick: function() { window.open(ideBaseUrl + "?redirect=0"); }
|
||||||
}), c += 100, plugin);
|
}), c += 100, plugin);
|
||||||
|
|
||||||
if (!options.noLogout) {
|
if (!options.noLogout) {
|
||||||
|
|
Ładowanie…
Reference in New Issue