|
|
@@ -1,7 +1,6 @@
|
|
|
import { initConnectionToggle } from './connectionToggle';
|
|
|
import { initDepthToggle } from './depthToggle';
|
|
|
import { initMoveButtons } from './moveOptions';
|
|
|
-import { initPerPage } from './pagination';
|
|
|
import { initPreferenceUpdate } from './preferences';
|
|
|
import { initReslug } from './reslug';
|
|
|
import { initSelectAll } from './selectAll';
|
|
|
@@ -13,7 +12,6 @@ export function initButtons(): void {
|
|
|
initReslug,
|
|
|
initSelectAll,
|
|
|
initPreferenceUpdate,
|
|
|
- initPerPage,
|
|
|
initMoveButtons,
|
|
|
]) {
|
|
|
func();
|