diff options
| author | Jacob Thornton <[email protected]> | 2012-01-29 16:19:41 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-29 16:19:41 -0800 |
| commit | f622822459b792137768b71e7c7aa9253cc93a6b (patch) | |
| tree | 1a47fad70dc795cde8fc9567dbf5559a30f127b9 /docs | |
| parent | d637db1a23883d905db8e086bfb97435738af940 (diff) | |
| download | bootstrap-f622822459b792137768b71e7c7aa9253cc93a6b.tar.xz bootstrap-f622822459b792137768b71e7c7aa9253cc93a6b.zip | |
check in dist dir for hb5 + update images to point to correct spot for builder
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/js/application.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 585700f8e..b29b63aee 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -123,7 +123,7 @@ .map(function () { return this.value }) .toArray() , vars = {} - , img = ['glyphicons-halflings-sprite.png', 'glyphicons-halflings-sprite-white.png'] + , img = ['glyphicons-halflings.png', 'glyphicons-halflings-white.png'] $("#variables.download input") .each(function () { |
