summaryrefslogtreecommitdiff
path: root/modules/user/js/user.js
AgeCommit message (Collapse)Author
2008-12-15Switched login display from display in the header to a dialog. Validation ↵Chad Kieffer
errors don't display on first failed attempt, will fix later. Moved jquery js, images, css out to respective folders.
2008-12-06Removed tabs, todo, added descriptionChad Kieffer
2008-12-05Don't need to pass the event, it's not used.Chad Kieffer
2008-12-01Grouped inline form styles. No longer using gInline class in favor of ↵Chad Kieffer
specific form IDs that can be styled differently depending on which container they appear. Added gDescription class, dropped gUnderState for semantics. CSS cleanup.
2008-11-28Use return false instead of preventDefault() to prevent link action, thx TimChad Kieffer
2008-11-27Move javascript from default theme to appropriate modulesTim Almdal