1
0
mirror of https://github.com/RobinLinus/snapdrop.git synced 2025-05-15 23:20:11 -07:00

Add clipboard.js to cache

This commit is contained in:
RobinLinus 2020-12-20 04:54:19 +01:00
parent ec39258da5
commit 2c6ea6e008

View File

@ -4,6 +4,7 @@ var urlsToCache = [
'/styles.css',
'/scripts/network.js',
'/scripts/ui.js',
'/scripts/clipboard.js',
'/sounds/blop.mp3',
'/images/favicon-96x96.png'
];