modified: js/pwabuilder-sw.js

This commit is contained in:
DarkShyMW
2023-03-12 21:06:49 +03:00
parent bd91600112
commit ebda41fd49

View File

@@ -16,6 +16,3 @@ workbox.routing.registerRoute(
cacheName: CACHE cacheName: CACHE
}) })
); );
$('img').bind('contextmenu', function(e) {
return false;
});