mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Cleanup removing some old unused files, fixing logo.css, and removing #grist-app.
Summary: - Move logo.css to core, since it's not included otherwise - Remove unused old DocList and ViewLinker files. - Remove #grist-app div that was only serving to supply a background Test Plan: No changes of behavior, existing tests should pass. Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D2634
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* global $, window, document */
|
||||
/* global $, window */
|
||||
|
||||
const {App} = require('./ui/App');
|
||||
|
||||
@@ -12,7 +12,7 @@ const ko = require('knockout');
|
||||
setupKoDisposal(ko);
|
||||
|
||||
$(function() {
|
||||
window.gristApp = App.create(null, document.getElementById('grist-app'));
|
||||
window.gristApp = App.create(null);
|
||||
// Set from the login tests to stub and un-stub functions during execution.
|
||||
window.loginTestSandbox = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user