0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Merge pull request #3693 from sebgie/issue#3623

Fix Ghost icon is not clickable
This commit is contained in:
Hannah Wolfe 2014-08-08 14:38:06 +01:00
commit 8cf270aad2

View file

@ -28,6 +28,7 @@ var PostsView = Ember.View.extend({
self.send('hideContentPreview');
});
});
$('[data-off-canvas]').attr('href', this.get('controller.ghostPaths.blogRoot'));
});
}.on('didInsertElement'),
});