From 2c58fab318dece74289448841545a21537b60ae6 Mon Sep 17 00:00:00 2001 From: James Costian Date: Fri, 26 Jul 2013 19:15:11 -0500 Subject: [PATCH] Fix ID of buttons section on javascript page The old ID caused the link on affix to not work. --- javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript.html b/javascript.html index 4602a0311d..51ce7f95fe 100644 --- a/javascript.html +++ b/javascript.html @@ -1137,7 +1137,7 @@ $('#my-alert').bind('closed.bs.alert', function () { -
+
-- 2.47.2