aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js
AgeCommit message (Collapse)AuthorFilesLines
2014-01-07Update copyright notices in all placesJulian Thilo4-6/+6
- Implements new format "Copyright 2011-xxxx Twitter, Inc.", which resonates well with our History page and more accurately reflects the copyright status of the repo - grunt dist to update all the files
2014-01-05Replace getElementsByTag by querySelector for IE10 Mobile plateform.Gregory HOULLIER1-1/+1
2014-01-01New YearZlatan Vasović1-1/+1
2013-12-31Update Gruntfile.js to copy 'dist/' files to 'docs/dist/' with 'grunt dist' ↵Mark Otto1-1/+1
task; Fixes #12030: navbar toggle focus state
2013-12-31Merge branch 'master' into docs_dirMark Otto1-1/+1
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto10-0/+2867
2014-01-19rename raw-files.js to raw-files.min.jsChris Rebert1-0/+0
it's not /technically/ minified, but close enough it's autogenerated, not terribly human-readable, and not meant to be directly modified
2014-01-19grunt build-raw-files distChris Rebert2-4/+4
2014-01-18make WP8 device-width hack code fully consistent between docs HTML & docs JSChris Rebert1-4/+3
2014-01-18Move docs third-party libraries to a separate folder.XhmikosR6-0/+0
2014-01-16gruntMark Otto2-10/+10
2014-01-16remove flaky pos bottom test which is effect by unit scroll posfat1-2/+2
2014-01-15Merge branch 'master' into docs_derpMark Otto3-25/+9
Conflicts: docs/components.html docs/css.html
2014-01-14revert unnecessary customizations of Blob.js & FileSaver.jsChris Rebert3-25/+9
Per https://github.com/eligrey/Blob.js/pull/20 & https://github.com/eligrey/FileSaver.js/pull/63 The library author has deemed the existing /*! @source URL */ comments to be sufficient attribution, and these already survive minification. Refs ea591748edee4f8fe722274b71787ccf2b052c4a
2014-01-14Merge branch 'master' into docs_derpMark Otto2-0/+5
Conflicts: docs/_includes/old-bs-docs.html
2014-01-14add copyright notice to raw-files.jsChris Rebert1-0/+5
2014-01-14Rename uglify.js to uglify.min.js for consistencyZlatan Vasović1-0/+0
2014-01-13Merge branch 'master' into docs_derpMark Otto9-17/+79
Conflicts: docs/assets/css/pack.min.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js
2014-01-13sort out attribution banners of docs assets; fixes #11976Chris Rebert7-16/+77
2014-01-13add a title/description to customizer.js's attribution commentChris Rebert1-0/+1
2014-01-12Merge branch 'master' into docs_derpMark Otto8-273/+425
Conflicts: docs/assets/js/docs.min.js
2014-01-11homepage improvementsMark Otto1-1/+1
2014-01-11Merge branch 'master' into docs_derpMark Otto2-2/+9
Conflicts: docs/getting-started.html
2014-01-09Merge branch 'master' into docs_derpMark Otto5-42/+52
Conflicts: docs/assets/css/docs.css
2014-01-09more derpMark Otto1-1/+1
2014-01-05Merge branch 'master' into docs_derpMark Otto1-1/+1
2014-01-01Merge branch 'master' into docs_derpMark Otto2-2/+2
Conflicts: docs/_includes/footer.html docs/assets/css/docs.css
2013-12-31Merge branch 'master' into docs_derpMark Otto10-0/+2866
Conflicts: _config.yml docs/_includes/footer.html docs/_includes/nav-main.html docs/_includes/old-bs-docs.html docs/_layouts/default.html docs/_layouts/home.html docs/getting-started.html docs/index.html
2013-07-18flatten docs dir back into rootMark Otto7-2494/+0
2013-07-18cleaner way of preventing double click events + clean up tests for jshintfat2-2/+2
2013-07-18get button js working with actual form elements p coollfat2-11/+14
2013-07-17fixes #7776fat2-11/+14
2013-07-17rebuild js + fixes #7583fat2-2/+2
2013-07-17make sure triggering element is visible before focusing #7521fat2-2/+2
2013-07-17Merge branch '3.0.0-wip' of git://github.com/muan/bootstrap into muan-3.0.0-wipfat2-2/+2
Conflicts: docs/assets/js/bootstrap.min.js
2013-07-17fix #7000fat2-5/+5
2013-07-17fixes #6691fat2-8/+13
2013-07-17rebuild doefat2-9/+14
2013-07-05Remove further mentions of GlyphiconsMark Otto1-2/+0
2013-06-28Tooltip: apply position class before positioningMu-An Chiou2-2/+2
2013-06-28Run make on JSMark Otto2-1/+4
2013-06-27make on js i guess? /cc @fatMark Otto2-2/+2
2013-06-20Fixes #7730: Better hiding of empty titles in popoversMark Otto2-1/+3
If the popover's title contains no text, hide it via JS. Previously was done via CSS's `:empty` property, but that doesn't work in IE8, so JS it is. /cc @fat becaue I probably did this wrong <3
2013-06-19Offcanvas example updateMark Otto1-100/+0
* Remove plugin file and put JS inline * Update grid layout to use tablet columns * Switch from LESS to CSS for transition * Pad footer sides for better mobile rendering * Spacing cleanup
2013-06-19Merge branch 'offcanvas-example' of https://github.com/trumbitta/bootstrap ↵Mark Otto1-0/+100
into trumbitta-offcanvas-example
2013-06-16upgrade holder to 2.0, update thumbnail examples in docs to fit inside ↵Ivan Malopinsky1-124/+142
containers
2013-06-12Merge pull request #8156 from baer/toggle-button-fixMark Otto1-3/+3
Docs Customize toggle button used incorrect selectors
2013-06-12Merge pull request #8158 from baer/download-button-fix-properMark Otto1-6/+7
Docs "Customize and Download" button didn't send the correct parameters
2013-06-12Docs Customize "Customize and Download" button not working properlyEric Baer1-6/+7
2013-06-12Docs Customize toggle button used incorrect selectorsEric Baer1-3/+3