From 7eb340ec589acd56ad960a020969822636c2bc54 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 27 Nov 2011 17:31:12 -0800 Subject: add code to reset data for collapsed element so that item can be intitialized with correct options --- docs/javascript.html | 24 ++++++------ js/bootstrap-alert.js | 76 ++++++++++++++++++++++++++++++++++++++ js/bootstrap-alerts.js | 76 -------------------------------------- js/bootstrap-button.js | 96 ++++++++++++++++++++++++++++++++++++++++++++++++ js/bootstrap-buttons.js | 96 ------------------------------------------------ js/bootstrap-collapse.js | 10 ++++- 6 files changed, 192 insertions(+), 186 deletions(-) create mode 100644 js/bootstrap-alert.js delete mode 100644 js/bootstrap-alerts.js create mode 100644 js/bootstrap-button.js delete mode 100644 js/bootstrap-buttons.js diff --git a/docs/javascript.html b/docs/javascript.html index 833e6ec02..2db37a9fe 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -29,14 +29,14 @@ - + - +