0
Fork 0
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:
Matthew Harrison-Jones 2013-09-16 09:46:29 +01:00
parent fa62f9024f
commit 419d3f5488
2 changed files with 3 additions and 3 deletions

View file

@ -889,7 +889,7 @@ nav {
Notifications
========================================================================== */
#flashbar {
#notifications {
@include breakpoint($mobile) {
position: fixed;
top: 0;

View file

@ -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();