Prevent loading spinner for mentions
authorAlexander Ebert <ebert@woltlab.com>
Sun, 4 Dec 2016 13:25:48 +0000 (14:25 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 4 Dec 2016 13:25:48 +0000 (14:25 +0100)
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Mention.js

index ae8c06301d9d889c7bb739e54531981cf7d886b1..3520296fa99e53a1af571a04d3c8c53aae5d7fb5 100644 (file)
@@ -350,7 +350,8 @@ define(['Ajax', 'Environment', 'Ui/CloseOverlay'], function(Ajax, Environment, U
                                                        includeUserGroups: false
                                                }
                                        }
-                               }
+                               },
+                               silent: true
                        };
                },