Don't show compiled option when using node dev server
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
;(function() {
|
;(function() {
|
||||||
|
if (window.location.host === 'localhost:3000') {
|
||||||
|
return;
|
||||||
|
}
|
||||||
var container = document.querySelector('.navbar .navbar-inner .container'),
|
var container = document.querySelector('.navbar .navbar-inner .container'),
|
||||||
form = document.createElement('form'),
|
form = document.createElement('form'),
|
||||||
select = document.createElement('select'),
|
select = document.createElement('select'),
|
||||||
|
|||||||
Reference in New Issue
Block a user