diff options
| author | Mark Otto <[email protected]> | 2012-01-25 20:02:32 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-25 20:02:32 -0800 |
| commit | e877d125d7a2c673fec4e63600c2d8544c3128f6 (patch) | |
| tree | b9347cf770d83703bb145190b28fabc6e7f12503 /docs/javascript.html | |
| parent | 0db2d45350a67bc1a98c0f2d1c4706e3bd25ca50 (diff) | |
| download | bootstrap-e877d125d7a2c673fec4e63600c2d8544c3128f6.tar.xz bootstrap-e877d125d7a2c673fec4e63600c2d8544c3128f6.zip | |
fix button group shadows, update js docs to fix alert js file link
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index eb291a1a3..34d61ef9c 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -871,7 +871,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <div class="span3 columns"> <h3>About alerts</h3> <p>The alert plugin is a tiny class for adding close functionality to alerts.</p> - <a href="../js/bootstrap-alerts.js" target="_blank" class="btn">Download</a> + <a href="../js/bootstrap-alert.js" target="_blank" class="btn">Download</a> </div> <div class="span9 columns"> <h2>Example alerts</h2> |
