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:
8e46ee1
)
Improved confirmation messages
author
Marcel Werk
<burntime@woltlab.com>
Thu, 26 May 2016 13:01:43 +0000
(15:01 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Thu, 26 May 2016 13:01:49 +0000
(15:01 +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 fd2fed6b3031940cea84f2b99915e42e0cc8255e..a5cec0104fa1979b6a38c035fa6e07554bd79cc2 100644
(file)
--- a/
files/js/WCF.Conversation.js
+++ b/
files/js/WCF.Conversation.js
@@
-1126,7
+1126,7
@@
WCF.Conversation.Label.Manager = Class.extend({
this._deletedLabelID = $('#conversationLabelManagementForm').data('labelID');
}
- }, this));
+ }, this)
, undefined, undefined, true
);
},
/**