aboutsummaryrefslogtreecommitdiff
path: root/docs-assets/js
AgeCommit message (Collapse)AuthorFilesLines
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto10-2867/+0
2013-12-28fixes #10658 jQuery Popover content loses bound events on second setContent ↵fat1-1/+1
call.
2013-12-27grunt on last mergeMark Otto1-1/+1
2013-12-26fixes #10911 - add loading event for use with remote option :|fat1-1/+1
2013-12-26Merge branch 'master' of github.com:twbs/bootstrapfat1-3/+3
2013-12-26fixes #10890fat1-1/+1
2013-12-26Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+1
2013-12-26Fixes #12012: Use correct banner in docs jsMark Otto1-3/+3
2013-12-26rebuildfat1-1/+1
2013-12-26fixes #10798fat1-1/+1
2013-12-25fixes #10675fat1-1/+1
2013-12-25build jsfat1-1/+1
2013-12-24fixes #11788 - focusin focusout instead of focus/blurfat1-1/+1
2013-12-24fixes #11720 - Add events trigger to affixfat1-1/+1
2013-12-24fixes #10134 – dont use jquery offset directly because it uses sub pixel ↵fat1-1/+1
rendering
2013-12-24Merge branch 'slide-event-reset' of git://github.com/Rowno/bootstrap into ↵fat1-1/+1
Rowno-slide-event-reset Conflicts: js/tests/unit/carousel.js
2013-12-24Merge branch 'master' of github.com:twbs/bootstrapfat3-5/+5
Conflicts: dist/js/bootstrap.min.js docs-assets/js/raw-files.js
2013-12-24fixes #10236fat1-1/+1
if affixed top add scrollTop to it position.top calculate and cache pinnedoffset independent of scrolling for initial load
2013-12-24don't roll back that commentMark Otto1-1/+1
2013-12-24Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-2/+2
Conflicts: docs-assets/js/raw-files.js
2013-12-24roll back version numbers to avoid broken links in docs and readme (fixes ↵Mark Otto3-5/+5
#12000)
2013-12-23change where modal loads content -– fixes #10105, #9318, #9459fat1-1/+1
2013-12-23fixes #10568 - kill hoverstate info once command has been executedfat1-1/+1
2013-12-23fixes #10205 Scrollspy Doesn't Support Chinese ID Targets ↵fat1-2/+2
http://mathiasbynens.be/notes/html5-id-class
2013-12-22gruntMark Otto1-1/+1
2013-12-22Merge pull request #11972 from XhmikosR/commaMark Otto2-5/+5
Get rid of JSHint's `laxcomma` option now that the comma is used on the ...
2013-12-22gruntMark Otto1-2/+2
2013-12-22Get rid of JSHint's `laxcomma` option now that the comma is used on the ↵XhmikosR2-5/+5
right side.
2013-12-18using templating doesn't seem to work there; hardcode license URL insteadChris Rebert2-2/+6
Tested the customizer, the generated zip had: css/bootstrap.css:line 6: * Licensed under MIT (<%= _.pluck(pkg.licenses, "url").join(", ") %>) Revised customizer generates: css/bootstrap.css:line 4: * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
2013-12-18rebuild minified customizer JS so it reflects the licensing changeChris Rebert1-1/+1
2013-12-18license in customizerMark Otto1-1/+1
2013-12-18update licensing header in JS files & run gruntChris Rebert1-1/+1
2013-12-18grunt after that carousel mergeMark Otto1-1/+1
2013-12-18more license mentionsMark Otto1-1/+1
2013-12-18version bumpMark Otto3-4/+4
2013-12-18gruntMark Otto1-2/+2
2013-12-14Merge branch 'master' into pr/11107Mark Otto9-317/+696
Conflicts: docs-assets/js/raw-files.js
2013-12-11customizer.js: remove a workaround for older less.js.XhmikosR2-2/+2
2013-12-10Update less.js to v1.5.1.XhmikosR2-12/+17
This fixes an error with `&:extend(.clearfix all)` when using the customizer.
2013-12-09gruntMark Otto1-1/+1
2013-12-08Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+1
2013-12-08fix #11787: document stateful button JSChris Rebert1-1/+1
2013-12-08gruntMark Otto2-2/+2
2013-12-08Match customizer banner to Gruntfile bannerMark Otto2-2/+2
2013-12-08Use single quotes consistently.XhmikosR2-26/+26
2013-12-08Merge pull request #11739 from XhmikosR/lint-assetsMark Otto2-16/+17
Lint docs-assets/js/application.js and docs-assets/js/customizer.js.
2013-12-08Fixes #11741: Don't set headings font-family again, just use inheritMark Otto1-1/+1
2013-12-07Merge branch 'pr/11138'Mark Otto1-2/+2
Conflicts: dist/css/bootstrap.min.css dist/js/bootstrap.min.js docs-assets/js/raw-files.js
2013-12-07Lint docs-assets/js/application.js and docs-assets/js/customizer.js.XhmikosR2-16/+17
2013-12-06need customize.js to be tracked for it to work on GitHub PagesChris Rebert1-0/+11
follow-up to #11738