
19 Aug
2014
19 Aug
'14
8:47 p.m.
exactly. On 8/20/2014 2:20 AM, CrÃstian Viana wrote:
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.