Fetch top-menus using client-side cache

This is a left-over from I1647c5 where that call was added.
There is no obvious reason why we can't go through the cache here.

Change-Id: Idee0f4d4f2b94f2dfe1c3423d25c33cf93cf96f9
This commit is contained in:
Patrick Hiesel
2019-05-24 14:09:27 +02:00
parent 61f54a0a09
commit 8c72589df8

View File

@@ -2780,7 +2780,7 @@
},
getTopMenus(opt_errFn) {
return this._fetchJSON({
return this._fetchSharedCacheURL({
url: '/config/server/top-menus',
errFn: opt_errFn,
reportUrlAsIs: true,