Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <github@spam.herberth.eu>2013-12-10 15:47:43 +0400
committersualko <github@spam.herberth.eu>2013-12-10 15:47:43 +0400
commit5eb22f0a3613b884e952fcc561402944a5eeb6f0 (patch)
tree2fdff2f200b9f9928cfe9cf86f95ea02b3a79484
parent6b3e19298e63165881d7de3eebf9635e38187ae6 (diff)
- [bug] display notification request only for incoming messages
-rwxr-xr-xjs/lib/jsxc.lib.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/jsxc.lib.js b/js/lib/jsxc.lib.js
index fce595c..4530bcf 100755
--- a/js/lib/jsxc.lib.js
+++ b/js/lib/jsxc.lib.js
@@ -3406,7 +3406,7 @@ var jsxc;
*/
prepareRequest: function() {
- $(document).one('message.jsxc', function() {
+ $(document).one('postmessagein.jsxc', function() {
jsxc.switchEvents({
'notificationready.jsxc': function() {
jsxc.gui.dialog.close();