docs: changes to sdk page and script for toggles

Change-Id: Idef0c6099885cada3a4866ed7b5ec5b6f5078e39
This commit is contained in:
Scott Main
2012-11-12 23:03:59 -08:00
parent 8fa7222241
commit 55d99832fd
2 changed files with 16 additions and 4 deletions

View File

@@ -1065,6 +1065,7 @@ function toggleExpandable(link,id) {
function hideExpandable(ids) {
$(ids).slideUp();
$(ids).prev('h4').find('a.expandable').removeClass('expanded');
}