0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client
Felix Rieseberg e2348e6802 Ghost Logo navigation responds correctly to mobile
closes #3522
- Previously, the logo had a href attribute which was manually kept
from executing on mobile. Slow mobile devices that didn’t fully load
the JS would therefore navigate “desktop style”
- The href attribute is now set after the event handler has been loaded, ensuring correct navigation behaviour.
2014-08-05 10:05:32 -07:00
..
adapters Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
assets
components Stop event propagation when hitting "enter" in the gh-blur-input component 2014-08-03 00:48:05 -04:00
controllers Working delete user modal & button 2014-08-04 13:29:24 -07:00
helpers Changing second half of script placeholders 2014-07-31 19:05:56 +01:00
html
initializers Add User Role Dropdown 2014-07-30 17:59:14 -06:00
mixins Refactor notifications to prevent stacking. 2014-08-01 16:57:29 +00:00
models Merge pull request #3472 from morficus/issue-3401 2014-07-31 15:36:11 +01:00
routes Merge pull request #3535 from rwjblue/properly-transition-on-mobile 2014-08-03 17:23:25 +01:00
serializers Limit Posts for Authors. 2014-07-31 09:02:49 +01:00
templates Ghost Logo navigation responds correctly to mobile 2014-08-05 10:05:32 -07:00
transforms
utils Merge pull request #3580 from felixrieseberg/iss3543 2014-08-03 17:28:39 +01:00
validators Update validation to match server error. 2014-07-30 19:07:42 -04:00
views Ghost Logo navigation responds correctly to mobile 2014-08-05 10:05:32 -07:00
.jshintrc updated Ember Simple Auth to latest version 2014-07-25 16:04:19 +02:00
app.js Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
config-dev.js Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
config-prod.js Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
loader.js Remove inline script from default.hbs 2014-07-21 20:00:54 +02:00
router.js