projects
/
GitHub
/
WoltLab
/
com.woltlab.wcf.conversation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20ac886
)
Show notification after "mark as read" is done
author
Marcel Werk
<burntime@woltlab.com>
Wed, 4 May 2022 12:28:13 +0000
(14:28 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Wed, 4 May 2022 12:28:13 +0000
(14:28 +0200)
files/js/WCF.Conversation.js
patch
|
blob
|
blame
|
history
diff --git
a/files/js/WCF.Conversation.js
b/files/js/WCF.Conversation.js
index a60eb8b11d2a19cc88fd6f6e2b277e52ac45a7f5..deba6192193a6f874a82f02f92b0ca56e12dca66 100644
(file)
--- a/
files/js/WCF.Conversation.js
+++ b/
files/js/WCF.Conversation.js
@@
-1341,6
+1341,8
@@
WCF.Conversation.MarkAllAsRead = Class.extend({
var $conversationList = $('.conversationList');
$conversationList.find('.new').removeClass('new');
$conversationList.find('.columnAvatar').off('dblclick');
+
+ new WCF.System.Notification().show();
}
});