kopia lustrzana https://github.com/c9/core
cleanup
rodzic
8c37dd8163
commit
c5666c7fbc
|
@ -36,7 +36,7 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!html) {
|
if (!html) {
|
||||||
var isDark = true; //theme.indexOf("dark") > -1;
|
var isDark = theme.indexOf("dark") > -1;
|
||||||
%><% include ../../c9.ide.server/views/basic-loading.html %><%
|
%><% include ../../c9.ide.server/views/basic-loading.html %><%
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
@ -64,7 +64,6 @@
|
||||||
nativeRequire("nw.gui").Window.get().show();
|
nativeRequire("nw.gui").Window.get().show();
|
||||||
|
|
||||||
require(["lib/architect/architect"], function (architect) {
|
require(["lib/architect/architect"], function (architect) {
|
||||||
return; // DO NOT COMMIT
|
|
||||||
plugins.push({
|
plugins.push({
|
||||||
consumes: [],
|
consumes: [],
|
||||||
provides: ["auth.bootstrap"],
|
provides: ["auth.bootstrap"],
|
||||||
|
|
Ładowanie…
Reference in New Issue