css stuff

This commit is contained in:
pg
2015-03-28 23:11:45 +00:00
parent f7c0d086d3
commit d333ecb21e
9 changed files with 48 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ jQuery(function($){
var tx_input = $('#tx_input');
var input = tx_input[0];
input.value = input.innerHTML;
input.value = input.textContent;
tx_input.val(input.value)
var text_preview = $('#text_preview')[0];
var html_output = $('#html_output')[0];