diff --git a/client/components/readers/EpubReader.vue b/client/components/readers/EpubReader.vue
index 9c19c3ec..47678c17 100644
--- a/client/components/readers/EpubReader.vue
+++ b/client/components/readers/EpubReader.vue
@@ -2,128 +2,123 @@
- chevron_left
+ chevron_left
-
+
- chevron_right
+ chevron_right
diff --git a/client/components/readers/EpubReader2.vue b/client/components/readers/EpubReader2.vue
deleted file mode 100644
index 69839d78..00000000
--- a/client/components/readers/EpubReader2.vue
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
-
-
diff --git a/client/components/readers/Reader.vue b/client/components/readers/Reader.vue
index 5481f250..c8d5c26b 100644
--- a/client/components/readers/Reader.vue
+++ b/client/components/readers/Reader.vue
@@ -37,8 +37,7 @@ export default {
}
},
componentName() {
- if (this.ebookType === 'epub' && this.$isDev) return 'readers-epub-reader2'
- else if (this.ebookType === 'epub') return 'readers-epub-reader'
+ if (this.ebookType === 'epub') return 'readers-epub-reader'
else if (this.ebookType === 'mobi') return 'readers-mobi-reader'
else if (this.ebookType === 'pdf') return 'readers-pdf-reader'
else if (this.ebookType === 'comic') return 'readers-comic-reader'