]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] JS: Move dots to the same lines as the properties
authorAlexander Moisseev <moiseev@mezonplus.ru>
Thu, 5 Jul 2018 06:27:40 +0000 (09:27 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Thu, 5 Jul 2018 06:27:40 +0000 (09:27 +0300)
interface/js/app/history.js

index 4f5f7b4d502cd1a1f5d301c34e4db95e2f47362d..2d8c739fb9d268382d18e5dec70cbe4156c8a0a3 100644 (file)
@@ -171,13 +171,13 @@ define(["jquery", "footable", "humanize"],
                         }
                         item.symbols[key].str = str;
                     });
-                    item.symbols = Object.keys(item.symbols).
-                        map(function(key) {
+                    item.symbols = Object.keys(item.symbols)
+                        .map(function(key) {
                             return item.symbols[key];
-                        }).
-                        sort(compare).
-                        map(function(e) { return e.str; }).
-                        join("<br>\n");
+                        })
+                        .sort(compare)
+                        .map(function(e) { return e.str; })
+                        .join("<br>\n");
                     item.time = {
                         "value": unix_time_format(item.unix_time),
                         "options": {