hide styling textarea no matter what
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user