pull/223/head
Ruben Daniels 2015-11-13 01:37:08 +00:00
rodzic 8c37dd8163
commit c5666c7fbc
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -36,7 +36,7 @@
});
if (!html) {
var isDark = true; //theme.indexOf("dark") > -1;
var isDark = theme.indexOf("dark") > -1;
%><% include ../../c9.ide.server/views/basic-loading.html %><%
}
else {
@ -64,7 +64,6 @@
nativeRequire("nw.gui").Window.get().show();
require(["lib/architect/architect"], function (architect) {
return; // DO NOT COMMIT
plugins.push({
consumes: [],
provides: ["auth.bootstrap"],