1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-11-02 08:13:02 +00:00

Removed non working search from epub viewer

This commit is contained in:
OzzieIsaacs
2016-11-01 18:49:47 +01:00
parent 313116dca7
commit a6b6700a73
3 changed files with 43 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
EPUBJS.reader.search = {};
// Search Server -- https://github.com/futurepress/epubjs-search
EPUBJS.reader.search.SERVER = "https://pacific-cliffs-3579.herokuapp.com";
EPUBJS.reader.search.SERVER = "";
EPUBJS.reader.search.request = function(q, callback) {
var fetch = $.ajax({