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:
-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();