Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "messenger",
"name": "jeffjenk-messenger",
"repo": "HubSpot/messenger",
"description": "Client-side growl-like notifications with actions and auto-retry.",
"version": "1.4.2",
"version": "1.4.3",
"homepage": "http://github.hubspot.com/messenger",
"authors": [
"Zack Bloom <zackbloom@gmail.com>",
Expand Down
1 change: 1 addition & 0 deletions build/js/messenger.js
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,7 @@ window.Messenger.Events = (function() {
} else if (!$(inst._location).is($(chosen_loc))) {
inst.$el.detach();
$parent.prepend(inst.$el);
inst._location = chosen_loc;
}
}
if (inst._addedClasses != null) {
Expand Down
2 changes: 1 addition & 1 deletion build/js/messenger.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/coffee/messenger.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,7 @@ window.Messenger._call = (opts) ->

inst.$el.detach()
$parent.prepend inst.$el
inst._location = chosen_loc

if inst._addedClasses?
inst.$el.removeClass inst._addedClasses
Expand Down