mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Merge branch 'master' of github.com:wbbaddons/Tims-Chat
This commit is contained in:
commit
d0800739bb
@ -180,7 +180,7 @@ consoleMock ?=
|
||||
$('#timsChatTopic').text data.topic
|
||||
$('#timsChatTopic').wcfBlindIn() if $('#timsChatTopic').text().trim() isnt '' and $('#timsChatTopic').is(':hidden')
|
||||
|
||||
$('.timsChatMessage').animate('opacity', .8);
|
||||
$('.timsChatMessage').addClass('unloaded', 800);
|
||||
@handleMessages data.messages
|
||||
document.title = @titleTemplate.fetch data
|
||||
, @)
|
||||
|
@ -100,7 +100,7 @@ .timsChatMessage {
|
||||
}
|
||||
}
|
||||
|
||||
.unloaded {
|
||||
&.unloaded {
|
||||
opacity: 0.4;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user