fix reversed color settings

pull/1/head
ansuz 8 years ago
parent af2d9cb5b1
commit a220742f68

@ -124,7 +124,7 @@ define([
// hide all content until the realtime doc is ready
$(inner).css({
color: '#333',
color: '#fff',
});
documentBody.innerHTML = Messages.initialState;
@ -133,7 +133,7 @@ define([
var setEditable = module.setEditable = function (bool) {
if (bool) {
$(inner).css({
color: '#fff',
color: '#333',
});
$(module.spinner.get().el).fadeOut(750);
} else {

Loading…
Cancel
Save