mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Further menu tweaks
This commit is contained in:
parent
541621d3a7
commit
8549d47be6
@ -87,7 +87,7 @@
|
||||
"c9.ide.dialog.wizard": "#7667ec79a8",
|
||||
"c9.ide.fontawesome": "#781602c5d8",
|
||||
"c9.ide.format": "#b0bb91a623",
|
||||
"c9.ide.help.support": "#b0062cf407",
|
||||
"c9.ide.help.support": "#8d0e923eb1",
|
||||
"c9.ide.imgeditor": "#66a9733dc1",
|
||||
"c9.ide.immediate": "#6845a93705",
|
||||
"c9.ide.installer": "#c36540bd61",
|
||||
|
||||
@ -41,10 +41,10 @@ define(function(require, exports, module) {
|
||||
}), 100, plugin);
|
||||
|
||||
var c = 0;
|
||||
menus.addItemByPath("Support/Welcome", new ui.item({
|
||||
menus.addItemByPath("Support/Welcome Page", new ui.item({
|
||||
onclick: function(){ tabs.openEditor("welcome", true, function(){}) }
|
||||
}), c += 100, plugin);
|
||||
menus.addItemByPath("Support/Show IDE Status", new ui.item({
|
||||
menus.addItemByPath("Support/Status Page", new ui.item({
|
||||
onclick: function(){window.open('http://status.c9.io'); }
|
||||
}), c += 100, plugin);
|
||||
|
||||
@ -54,13 +54,12 @@ define(function(require, exports, module) {
|
||||
// }.bind(this, c += 100), plugin);
|
||||
menus.addItemByPath("Support/~", new ui.divider(), c += 100, plugin);
|
||||
|
||||
menus.addItemByPath("Support/Support/", null, c += 100, plugin);
|
||||
menus.addItemByPath("Support/~", new ui.divider(), c += 100, plugin);
|
||||
menus.addItemByPath("Support/Learning/", null, c += 100, plugin);
|
||||
menus.addItemByPath("Support/Get Help/", null, c += 100, plugin);
|
||||
menus.addItemByPath("Support/Get in Touch/", null, c += 100, plugin);
|
||||
|
||||
c = 0;
|
||||
menus.addItemByPath("Support/Learning/Documentation", new ui.item({
|
||||
menus.addItemByPath("Support/Learning/Cloud9 Documentation", new ui.item({
|
||||
onclick: function(){
|
||||
window.open("https://docs.c9.io");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user