mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Renamed the notifications container
Renamed from `#flashbar` to `#notifications`
This commit is contained in:
parent
fa62f9024f
commit
419d3f5488
2 changed files with 3 additions and 3 deletions
|
@ -889,7 +889,7 @@ nav {
|
|||
Notifications
|
||||
========================================================================== */
|
||||
|
||||
#flashbar {
|
||||
#notifications {
|
||||
@include breakpoint($mobile) {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
|
||||
/**
|
||||
* This is the view to generate the markup for the individual
|
||||
* notification. Will be included into #flashbar.
|
||||
* notification. Will be included into #notifications.
|
||||
*
|
||||
* States can be
|
||||
* - persistent
|
||||
|
@ -152,7 +152,7 @@
|
|||
* This handles Notification groups
|
||||
*/
|
||||
Ghost.Views.NotificationCollection = Ghost.View.extend({
|
||||
el: '#flashbar',
|
||||
el: '#notifications',
|
||||
initialize: function () {
|
||||
var self = this;
|
||||
this.render();
|
||||
|
|
Loading…
Add table
Reference in a new issue