Merge pull request +11150 from c9/fix-minor-ui

Fix minor UI issues
smf-sdk
Lennart Kats 2015-12-22 11:13:20 +01:00
commit daa0b57458
2 zmienionych plików z 2 dodań i 2 usunięć

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) {