On 19-08-2014 15:15, Aline Manera wrote:
Could we remove updatePage() function? Or is it still in use in
somewhere else?
Apparently, it is:
$ git grep updatePage
ui/js/src/kimchi.main.js: var updatePage = function() {
ui/js/src/kimchi.main.js: window.onhashchange = updatePage;
ui/js/src/kimchi.main.js: updatePage();
ui/js/src/kimchi.main.js: updatePage();
One of those occurrences is the one that was removed in this patch, so
there still seems to be two direct uses of that function.