- From: Jungkee Song <notifications@github.com>
- Date: Fri, 13 May 2016 01:16:49 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc:
Received on Friday, 13 May 2016 08:17:20 UTC
Transferring the repo to `github.com/w3c/` and then replace `/spec/service_worker/index.html` in the gh-pages branch of the original repo with a minimal document having the following script may work? (the same for /spec/service_worker_1/index.html) ```js <script> var element = document.createElement('meta'); element.setAttribute('http-equiv', 'refresh'); element.setAttribute('content', '0; url=https://w3c.github.io/ServiceWorker/spec/service_worker/' + location.hash); document.getElementsByTagName('head')[0].appendChild(element); </script> ``` /cc @slightlyoff @jakearchibald @mkruisselbrink --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/881#issuecomment-218980013
Received on Friday, 13 May 2016 08:17:20 UTC