(core) Removing old billing landing page.

Summary: Old landing page /docs/billing/signup is not used anymore.

Test Plan: Updated tests

Reviewers: georgegevoian

Reviewed By: georgegevoian

Differential Revision: https://phab.getgrist.com/D3585
This commit is contained in:
Jarosław Sadziński
2022-08-21 22:58:58 +02:00
parent 42060df29a
commit a43a5a25a6
2 changed files with 0 additions and 19 deletions

View File

@@ -19,7 +19,6 @@ CheckBox.prototype.buildConfigDom = function() {
CheckBox.prototype.buildDom = function(row) {
var value = row[this.field.colId()];
console.log(this);
return dom('div.field_clip',
dom('div.widget_checkbox',
dom.on('click', () => {