From f0ed4df2b0e11ab66966a8395cd7d6d29c7a8efc Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 3 Jul 2015 23:39:40 +0200 Subject: Latex & Html output options --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 48ad677..9a9c301 100644 --- a/index.html +++ b/index.html @@ -77,7 +77,7 @@

Truth table

Truth tables are generated with a server-side Clean program.

- +
@@ -94,7 +94,7 @@ expressions: $('#expressions').val().split("\n") }, success: function (data) { - $('#truthtable').val(data); + $('#truthtable').html(data).find('table').addClass('table table-striped table-condensed table-bordered table-hover'); } }); }).trigger('click'); -- cgit v1.2.3