prettier/website/static/redirect.js

8 lines
151 B
JavaScript

"use strict";
/* eslint-env browser */
if (location.hash.substring(1).startsWith(encodeURIComponent("{"))) {
location.pathname = "/playground/";
}