Merge "Fetch top-menus using client-side cache"

This commit is contained in:
Ben Rohlfs
2019-05-29 14:28:44 +00:00
committed by Gerrit Code Review

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,