commit b3dba16: [Minor] Fix style

GitHub noreply at github.com
Sat Nov 2 11:28:06 UTC 2019


Author: Alexander Moisseev
Date: 2019-11-02 13:03:39 +0300
URL: https://github.com/rspamd/rspamd/commit/b3dba16009086bbb0d2a1534503561b31e85936c (refs/pull/3134/head)

[Minor] Fix style

---
 interface/js/app/config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/interface/js/app/config.js b/interface/js/app/config.js
index 2e0b955cb..69c74a32e 100644
--- a/interface/js/app/config.js
+++ b/interface/js/app/config.js
@@ -203,8 +203,8 @@ define(["jquery"],
                 return false;
             });
             // close modal without saving
-            $("#modalDialog").on('hidden.bs.modal', function () {
-              $("#modalBody form").remove();
+            $("#modalDialog").on("hidden.bs.modal", function () {
+                $("#modalBody form").remove();
             });
             // @save forms from modal
             function saveMap(server) {


More information about the Commits mailing list