summaryrefslogtreecommitdiff
path: root/source/refined-github.ts
diff options
context:
space:
mode:
authorGravatar cheap glitch <cheap.glitch@gmail.com> 2020-12-14 22:45:38 +0100
committerGravatar GitHub <noreply@github.com> 2020-12-14 16:45:38 -0500
commitbe4af200a78979fb07c909f7ae90c0105733f9d6 (patch)
tree06ddee19b222257e913312de1b92ed6d08554fe0 /source/refined-github.ts
parentb6525112abae5e66289c89920c0e52c384b19709 (diff)
downloadrefined-github-be4af200a78979fb07c909f7ae90c0105733f9d6.tar.gz
refined-github-be4af200a78979fb07c909f7ae90c0105733f9d6.tar.zst
refined-github-be4af200a78979fb07c909f7ae90c0105733f9d6.zip
Allow `clean-dashboard` to be disabled (#3817)
Diffstat (limited to 'source/refined-github.ts')
-rw-r--r--source/refined-github.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/refined-github.ts b/source/refined-github.ts
index 2cd4b03f..e8b60a19 100644
--- a/source/refined-github.ts
+++ b/source/refined-github.ts
@@ -4,7 +4,6 @@ import './refined-github.css';
import './features/github-bugs.css';
import './features/scrollable-code-and-blockquote.css';
import './features/center-reactions-popup.css';
-import './features/clean-dashboard.css';
import './features/safer-destructive-actions.css';
import './features/clean-mergeability-box.css';
import './features/clean-footer.css';
@@ -203,6 +202,7 @@ import './features/jump-to-change-requested-comment';
import './features/esc-to-cancel';
import './features/quick-fork-deletion';
import './features/pr-easy-toggle-files';
+import './features/clean-dashboard';
// Add global for easier debugging
(window as any).select = select;