From 08d03c408160225daa929c85c25b286c3b0b7cc2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 9 Jan 2011 14:16:21 +0100 Subject: [PATCH] Fix JS syntax error. --- www/templates/static/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/templates/static/about.html b/www/templates/static/about.html index 04f93a4..15ef066 100644 --- a/www/templates/static/about.html +++ b/www/templates/static/about.html @@ -419,7 +419,7 @@ hashTags: false, easing: "swing", buildNavigation: false, - resizeContents: false, + resizeContents: false }); $("#tabs").tabs(); -- 2.39.2