[Kimchi-devel] [PATCH] Bugfix: Log out from Administrator tab raises popup errors
Crístian Viana
vianac at linux.vnet.ibm.com
Tue Aug 19 18:20:41 UTC 2014
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.
More information about the Kimchi-devel
mailing list