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:
@@ -2780,7 +2780,7 @@
|
||||
},
|
||||
|
||||
getTopMenus(opt_errFn) {
|
||||
return this._fetchJSON({
|
||||
return this._fetchSharedCacheURL({
|
||||
url: '/config/server/top-menus',
|
||||
errFn: opt_errFn,
|
||||
reportUrlAsIs: true,
|
||||
|
Reference in New Issue
Block a user