diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-07-04 13:38:11 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-07-04 20:21:55 +0200 |
commit | 6ff576fb1e0f8081121e1e7279c846927f98d68f (patch) | |
tree | 46b5efd74d445744a0b4a8f9964798b62e9c9d64 /server/sonar-web/src/main/js/app/index.js | |
parent | 8afd9b61a5652bb47a654ea7d8d15a0aa2c88e3c (diff) | |
download | sonarqube-6ff576fb1e0f8081121e1e7279c846927f98d68f.tar.gz sonarqube-6ff576fb1e0f8081121e1e7279c846927f98d68f.zip |
decrease initial amount of js (#462)
Diffstat (limited to 'server/sonar-web/src/main/js/app/index.js')
-rw-r--r-- | server/sonar-web/src/main/js/app/index.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/app/index.js b/server/sonar-web/src/main/js/app/index.js index ee6cfb479d7..6fe8aa8dc40 100644 --- a/server/sonar-web/src/main/js/app/index.js +++ b/server/sonar-web/src/main/js/app/index.js @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -import exposeLibraries from './utils/exposeLibraries'; import startReactApp from './utils/startReactApp'; import installExtensionsHandler from './utils/installExtensionsHandler'; import { installGlobal } from '../helpers/l10n'; @@ -26,5 +25,4 @@ import './styles/sonar.css'; installGlobal(); startReactApp(); -exposeLibraries(); installExtensionsHandler(); |