1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-12-08 10:13:09 +00:00

left notification

This commit is contained in:
devfake
2015-07-04 16:48:37 +02:00
parent ba053c042d
commit 2fca37d1d4
2 changed files with 26 additions and 12 deletions

View File

@@ -740,7 +740,7 @@ let User = Backbone.Model.extend({
app.receive("foe:left", function(){
//console.log("your foe left the room");
$(".container").prepend('<div class="alert alert-danger">Your foe left the battle!</div>')
$(".container").prepend('<div class="notification-left">Your foe left the battle!</div>')
})
app.receive("played:medic", function(data){