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:
commit
8cf270aad2
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ var PostsView = Ember.View.extend({
|
|||
self.send('hideContentPreview');
|
||||
});
|
||||
});
|
||||
$('[data-off-canvas]').attr('href', this.get('controller.ghostPaths.blogRoot'));
|
||||
});
|
||||
}.on('didInsertElement'),
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue