Revert "#99 Added empty script for profile"
This reverts commit 9c3fbd31a1
.
This commit is contained in:
parent
9c3fbd31a1
commit
ce7ff5d949
|
@ -1,8 +0,0 @@
|
|||
import * as core from '../utils/aniwatchCore';
|
||||
import * as helper from '../utils/helpers';
|
||||
|
||||
export function init() {
|
||||
core.registerScript(node => {
|
||||
|
||||
}, "^/profile/[0-9]*$");
|
||||
}
|
|
@ -5,7 +5,6 @@ import { initHelpers } from './utils/helpers';
|
|||
// enhancements
|
||||
import { init as animeRequests } from './enhancements/animeRequests';
|
||||
import { init as languageDisplay } from './enhancements/languageDisplay';
|
||||
import { init as profile } from './enhancements/profile';
|
||||
import { init as quickSearch } from './enhancements/quickSearch';
|
||||
|
||||
// core
|
||||
|
@ -17,5 +16,4 @@ initHelpers();
|
|||
// enhancements
|
||||
animeRequests();
|
||||
languageDisplay();
|
||||
profile();
|
||||
quickSearch();
|
Loading…
Reference in a new issue