RCFilters: Bring back old vs new marker in live update
authorStephane Bisson <sbisson@wikimedia.org>
Fri, 4 Aug 2017 19:09:57 +0000 (15:09 -0400)
committerStephane Bisson <sbisson@wikimedia.org>
Fri, 4 Aug 2017 19:09:57 +0000 (15:09 -0400)
Bug: T163426
Change-Id: If019e07b100ca47927ee251513631ecb65156d3b

resources/src/mediawiki.rcfilters/mw.rcfilters.Controller.js

index f0e3bd0..31effe1 100644 (file)
                                                $changesListContent,
                                                $fieldset,
                                                false,
-                                               updateMode === this.SHOW_NEW_CHANGES
+                                               // separator between old and new changes
+                                               updateMode === this.SHOW_NEW_CHANGES || updateMode === this.LIVE_UPDATE
                                        );
                                }.bind( this )
                                // Do nothing for failure