RCFilters: Remove redundant replaceUpdatedUrl method
authorMoriel Schottlender <moriel@gmail.com>
Thu, 2 Nov 2017 23:48:45 +0000 (16:48 -0700)
committerSbisson <sbisson@wikimedia.org>
Wed, 8 Nov 2017 01:07:51 +0000 (01:07 +0000)
commitd60e387b2b796999122fb45e9c19b4cfec8948bb
tree8330ae6e35ad251e68164f3156ebe623d8f56f25
parent2fadd8b8442f691ae648b611fe9710ec4512c375
RCFilters: Remove redundant replaceUpdatedUrl method

The method should call updateURL anyways. If it's initializing, the
comparison to the original URL will still be false and the system
will apply replaceState on the URL.

Change-Id: Ibfa104ed2aba94a5c17ed8ce3580a089d60e4d97
resources/src/mediawiki.rcfilters/mw.rcfilters.Controller.js
resources/src/mediawiki.rcfilters/mw.rcfilters.UriProcessor.js