From 4e962c572e57ff0ee30e490f3f7eb819415c952f Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 17 Sep 2013 17:41:58 -0700 Subject: [PATCH] fix #10692 --- javascript.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/javascript.html b/javascript.html index d36a7667a6..5bac259e28 100644 --- a/javascript.html +++ b/javascript.html @@ -750,10 +750,10 @@ $('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed)

{% highlight html %}