diff options
Diffstat (limited to '')
| -rw-r--r-- | config/qutebrowser/homepage/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/qutebrowser/homepage/index.html b/config/qutebrowser/homepage/index.html index 0794c1d..b27ea82 100644 --- a/config/qutebrowser/homepage/index.html +++ b/config/qutebrowser/homepage/index.html @@ -244,8 +244,8 @@ }, ]; - const $grid = $('#grid'); - render($grid, h('div', { className: 'grid' }, blocks.map(getBlock))); + // const $grid = $('#grid'); + // render($grid, h('div', { className: 'grid' }, blocks.map(getBlock))); </script> </body> </html> |
