summaryrefslogtreecommitdiff
path: root/source/features/remove-upload-files-button.tsx
diff options
context:
space:
mode:
authorGravatar Federico Brigante <github@bfred.it> 2019-01-20 15:02:52 +0700
committerGravatar GitHub <noreply@github.com> 2019-01-20 15:02:52 +0700
commitb94161caadfc847b4cc9754987338be8fd98e590 (patch)
treec876f1387504e122d15d21cf4968635ee8d89871 /source/features/remove-upload-files-button.tsx
parentd39b5471194bc984c382f7a3011381c0c5033129 (diff)
downloadrefined-github-b94161caadfc847b4cc9754987338be8fd98e590.tar.gz
refined-github-b94161caadfc847b4cc9754987338be8fd98e590.tar.zst
refined-github-b94161caadfc847b4cc9754987338be8fd98e590.zip
Meta: Move some functions into and out of utils.js (#1737)
Diffstat (limited to 'source/features/remove-upload-files-button.tsx')
-rw-r--r--source/features/remove-upload-files-button.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/remove-upload-files-button.tsx b/source/features/remove-upload-files-button.tsx
index 1adcc614..a3442c6e 100644
--- a/source/features/remove-upload-files-button.tsx
+++ b/source/features/remove-upload-files-button.tsx
@@ -1,6 +1,6 @@
import select from 'select-dom';
import features from '../libs/features';
-import {getRepoURL} from '../libs/page-detect';
+import {getRepoURL} from '../libs/utils';
function init() {
const uploadFilesButton = select(`.file-navigation a[href^="/${getRepoURL()}/upload"]`);