From e526c2306dbdfede0619a821bd0f2d6ec23773a5 Mon Sep 17 00:00:00 2001 From: Mottie Date: Mon, 7 Jan 2013 10:19:14 -0600 Subject: [PATCH] removed debug from bootstrap theme... derp --- docs/example-widget-bootstrap-theme.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/example-widget-bootstrap-theme.html b/docs/example-widget-bootstrap-theme.html index 77476868..e707bbea 100644 --- a/docs/example-widget-bootstrap-theme.html +++ b/docs/example-widget-bootstrap-theme.html @@ -46,7 +46,7 @@ // call the tablesorter plugin and apply the uitheme widget $("table").tablesorter({ theme : "bootstrap", // this will -debug: true, + widthFixed: true, headerTemplate : '{content} {icon}', // new in v2.7. Needed to add the bootstrap icon!