From a01331cb9a1ee51b04af284aa8501189b483481b Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 12 Feb 2016 16:44:54 +0100 Subject: [PATCH] hide styling textarea no matter what --- www/style/index.html | 15 ++------------- www/style/main.js | 2 +- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/www/style/index.html b/www/style/index.html index 7f06e78f1..e9fdf2855 100644 --- a/www/style/index.html +++ b/www/style/index.html @@ -4,22 +4,12 @@ - Edit this document's style - + +

HTML Ipsum Presents

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis.

@@ -48,7 +38,6 @@ } - diff --git a/www/style/main.js b/www/style/main.js index 7c05ca247..3abcde5f4 100644 --- a/www/style/main.js +++ b/www/style/main.js @@ -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');