summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-28 19:13:00 +0300
committerAndrew Dolgov <[email protected]>2017-02-28 19:13:00 +0300
commit4eb861026b8aed148f411a307cf7c0a48d0d15f0 (patch)
tree30f417d394de785ed5d40bb7cfdee679cfc68d89 /worker.js
parentc348dcdc5faca033272fb39d3cc36086a85a0704 (diff)
add book description tooltips using qtip2
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/worker.js b/worker.js
index 158fc1c..a7c1a2a 100644
--- a/worker.js
+++ b/worker.js
@@ -23,6 +23,8 @@ self.addEventListener('install', function(event) {
'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',
];
return cache.addAll(urls.map(url => new Request(url, {credentials: 'same-origin'})));