remove references to missing offline playback files

This commit is contained in:
dkanada 2019-01-16 14:55:32 +09:00
parent 58954cadd3
commit b8a0e1ab29
47 changed files with 1 additions and 65 deletions

View file

@ -728,10 +728,6 @@ define(['loading', 'globalize', 'events', 'viewManager', 'layoutManager', 'skinM
}
function getRouteUrl(item, options) {
if (item === 'downloads') {
return 'offline/offline.html';
}
if (item === 'managedownloads') {
return 'offline/managedownloads.html';
}