diff --git a/client/components/Reader/HistoryPage/HistoryPage.vue b/client/components/Reader/HistoryPage/HistoryPage.vue index 7f0962eb..630654a1 100644 --- a/client/components/Reader/HistoryPage/HistoryPage.vue +++ b/client/components/Reader/HistoryPage/HistoryPage.vue @@ -65,7 +65,7 @@ min-width="100px" > @@ -211,6 +211,10 @@ class HistoryPage extends Vue { this.close(); } + isUrl(url) { + return (url.indexOf('file://') != 0); + } + close() { this.$emit('history-toggle'); }