From b23ea7474c6c3d806dc5cc620fdfd13843e5d415 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 1 Apr 2020 06:13:08 -0400 Subject: use ES6 modules for all JavaScript --- static/redirect.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'static/redirect.js') diff --git a/static/redirect.js b/static/redirect.js index cbc198cc..54c5be82 100644 --- a/static/redirect.js +++ b/static/redirect.js @@ -1,7 +1,5 @@ // @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT -"use strict"; - // Client-side redirects for fragments (anchors) // // It should be possible to do this with server-side redirects, but it was never implemented or -- cgit v1.3.1