Skip to content

Commit eada92e

Browse files
committed
Remove newline
1 parent ad8cd23 commit eada92e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

views/service-worker.js.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ self.addEventListener('fetch', event => {
5050
<%# The index page will make sure the correct documentation or a proper offline page is shown %>
5151
const pathname = url.pathname;
5252
const filename = pathname.substr(1 + pathname.lastIndexOf('/')).split(/\#|\?/g)[0];
53-
5453
if (url.origin === location.origin && !filename.includes('.')) {
5554
const cachedIndex = await caches.match('/');
5655
if (cachedIndex) return cachedIndex;

0 commit comments

Comments
 (0)