From 2f98383cae81c66019b7276f9e0a9c9ad4cd3e07 Mon Sep 17 00:00:00 2001 From: zhouhansen Date: Sun, 26 Nov 2017 13:56:19 +0800 Subject: [PATCH] rm redirect --- index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.js b/index.js index c9dd15d..e5ff5d8 100644 --- a/index.js +++ b/index.js @@ -10,10 +10,6 @@ window.$ = require('jquery') const TITLE = 'choo-scriber' -if (window.location.href === 'https://zhouhansen.github.io/choo-scriber/') { - window.location.href = 'http://www.choo-scriber.online/' -} - css('tachyons') var app = choo()