aboutsummaryrefslogtreecommitdiff
path: root/js/src/modal.js
AgeCommit message (Expand)AuthorFilesLines
2016-05-18Remove stray "~" in modal paddingRight value (#19932)akai1-1/+1
2016-05-11Handle aria-hidden on modal container when showing/hidingPatrick H. Lauke1-0/+2
2016-04-21Modal: Remove IE8-specific window.innerWidth workaroundChris Rebert1-7/+1
2015-12-22Modal: Ignore spurious `focus` event that Firefox fires at `document` when sw...Chris Rebert1-2/+3
2015-12-08Update version numbers using npm scriptChris Rebert1-1/+1
2015-12-08manually bump versions because npm script wasn't working for meMark Otto1-1/+1
2015-12-05Fix version numbers is JS files; fixes #18435Chris Rebert1-2/+2
2015-12-03Tweak ESLint rules.XhmikosR1-4/+4
2015-11-03Add eslint no-undef rule and resolve errorsJon Tewksbury1-1/+1
2015-10-02Add throw error for undefined method on pluginsJohann-S1-1/+3
2015-09-03Modals: Fix bad paddingRight calculation; fixes #17399muzige20001-1/+1
2015-08-18js tests passing + eslintJacob Thornton1-7/+11
2015-08-15change modal.js to use is-fixed classes to target padding-rightJacob Thornton1-7/+8
2015-08-12fix modalJacob Thornton1-1/+1
2015-05-13add simple type checker implementationfat1-1/+14
2015-05-13fix #15301fat1-1/+1
2015-05-13add "focus" option for turning off modal focusing #16050fat1-1/+2
2015-05-13implement global dispose methodfat1-20/+41
2015-05-12grunt test-js, grunt dist-js now workingfat1-4/+4
2015-05-10add getters for Version and Default where applicablefat1-0/+492