summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-06-29 16:21:51 +0300
committerAndrew Dolgov <[email protected]>2018-06-29 16:21:51 +0300
commitc0fd1123ba9c43ec3844c4f34f5241c6b1e1da17 (patch)
tree39b8910cf6c92b109004709a7d21012c1bf439ba /worker.js
parent71d7bb95fc9a914bb2e543f31747172d8bbb0ee2 (diff)
remove tooltips, bithack epub.js to remove hardcoded 20px content padding (what the fuck)
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/worker.js b/worker.js
index 3ed8488..5197cb3 100644
--- a/worker.js
+++ b/worker.js
@@ -29,9 +29,7 @@ const CACHE_URLS = [
'lib/bootstrap/v3/css/bootstrap.min.css',
'lib/bootstrap/v3/js/jquery.js',
'lib/bootstrap/v3/js/bootstrap.min.js',
- 'lib/bootstrap/v3/fonts/glyphicons-halflings-regular.woff2',
- 'lib/qtip2/jquery.qtip.min.css',
- 'lib/qtip2/jquery.qtip.min.js',
+ 'lib/bootstrap/v3/fonts/glyphicons-halflings-regular.woff2'
];