Fix minor UI issues

smf-sdk
Lennart Kats 2015-12-16 14:46:12 +00:00
rodzic d620d8db6f
commit 33ef209f89
3 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -90,6 +90,7 @@
"c9.ide.imgeditor": "#612e75ef4f",
"c9.ide.immediate": "#a962119bec",
"c9.ide.installer": "#0fde9f0067",
"c9.ide.language.python": "#undefined",
"c9.ide.mount": "#b9a5a2d45c",
"c9.ide.navigate": "#38ae100ea1",
"c9.ide.newresource": "#981a408a7b",

Wyświetl plik

@ -112,7 +112,7 @@ define(function(require, exports, module) {
+ "</span><span class='path'>"
+ (command.hint
? this.replaceStrong(command.hint)
: "No Description")
: "")
+ "</span></div>");
};

Wyświetl plik

@ -93,7 +93,7 @@ define(function(require, exports, module) {
onclick: function() { window.open(accountUrl); }
}), c += 100, plugin);
menus.addItemByPath(name + "/Home", new ui.item({
onclick: function() { window.open(ideBaseUrl); }
onclick: function() { window.open(ideBaseUrl + "?redirect=0"); }
}), c += 100, plugin);
if (!options.noLogout) {