提交 7d0a1285 编写于 作者: C Constance Okoghenun

Removed experimental feature flag unsed depenecy for profiles/preferences

上级 5d58766f
......@@ -156,11 +156,6 @@ import Activities from './activities';
const filteredSearchEnabled = gl.FilteredSearchManager && document.querySelector('.filtered-search');
switch (page) {
case 'profiles:preferences:show':
import('./pages/profiles/preferences')
.then(callDefault)
.catch(fail);
break;
case 'sessions:new':
new UsernameValidator();
new SigninTabsMemoizer();
......@@ -512,7 +507,9 @@ import Activities from './activities';
new BlobViewer();
break;
case 'help:index':
import('./pages/help').then(module => module.default()).catch(fail);
import('./pages/help')
.then(callDefault)
.catch(fail);
break;
case 'search:show':
new Search();
......
import initExperimentalFlags from '../../../experimental_flags';
export default () => initExperimentalFlags();
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册