0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
Maurice Williams 835bf0bd07 Preventing rogue modals from popping up when hitting the enter-key
closes #3352
- adding a ```type``` attribute to buttons inside form in the settings section
- scanning the rest of the project to find any other buttons w/a missing attribute
2014-07-23 22:58:50 -04:00
..
client Preventing rogue modals from popping up when hitting the enter-key 2014-07-23 22:58:50 -04:00
server Fix importer bug for IE 2014-07-23 16:53:03 +02:00
shared This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
test Refactor fixture use in tests 2014-07-23 05:04:50 +01:00
bootstrap.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
index.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
server.js