projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd3c51b
)
Removed debug code
author
Alexander Ebert
<ebert@woltlab.com>
Wed, 2 Mar 2016 12:55:04 +0000
(13:55 +0100)
committer
Alexander Ebert
<ebert@woltlab.com>
Wed, 2 Mar 2016 12:55:04 +0000
(13:55 +0100)
wcfsetup/install/files/js/WCF.User.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.User.js
b/wcfsetup/install/files/js/WCF.User.js
index ec132c808c55181b228668e30c6c28336c8d9655..6cf2b492c631def8237f248c390c628404740126 100644
(file)
--- a/
wcfsetup/install/files/js/WCF.User.js
+++ b/
wcfsetup/install/files/js/WCF.User.js
@@
-450,12
+450,8
@@
WCF.User.Panel.Notification = WCF.User.Panel.Abstract.extend({
require(['EventHandler'], (function(EventHandler) {
EventHandler.add('com.woltlab.wcf.UserMenuMobile', 'more', (function(data) {
- console.debug("called");
- console.debug(data);
if (data.identifier === 'com.woltlab.wcf.notifications') {
this.toggle();
-
- //data.handler.close(true);
}
}).bind(this));
}).bind(this));