hide styling textarea no matter what

This commit is contained in:
ansuz
2016-02-12 16:44:54 +01:00
parent bffd19d76f
commit a01331cb9a
2 changed files with 3 additions and 14 deletions

View File

@@ -21,7 +21,7 @@ define([
var key = Crypto.parseKey(window.location.hash.slice(1));
var $style = $('style').eq(1),
var $style = $('style').first(),
$css = $('#css'),
$edit = $('#edit');