mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(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:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user