modified: js/pwabuilder-sw.js
$('img').bind('contextmenu', function(e) {
return false;
});
This commit is contained in:
@@ -15,4 +15,7 @@ workbox.routing.registerRoute(
|
|||||||
new workbox.strategies.StaleWhileRevalidate({
|
new workbox.strategies.StaleWhileRevalidate({
|
||||||
cacheName: CACHE
|
cacheName: CACHE
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
$('img').bind('contextmenu', function(e) {
|
||||||
|
return false;
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user