summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
Diffstat (limited to 'read.html')
-rw-r--r--read.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/read.html b/read.html
index aa29f15..ba7544f 100644
--- a/read.html
+++ b/read.html
@@ -213,11 +213,6 @@
var _pagination_stored = 0;
var _last_position_sync = 0;
- $.urlParam = function(name){
- var results = new RegExp('[\?&]' + name + '=([^&#]*)').exec(window.location.href);
- return results[1] || 0;
- }
-
function cacheId(suffix) {
return "epube-book." + $.urlParam("b") + (suffix ? "." + suffix : "");
}