Merge pull request #1347 from okriuchykhin/ok_SCI_2756

Remove double initialization of comments on steps [SCI-2756]
This commit is contained in:
Alex Kriuchykhin 2018-10-26 14:19:58 +02:00 committed by GitHub
commit b51f064c28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,6 @@ function init() {
initRefreshStatusBar();
initImport();
Comments.bindNewElement();
Comments.initialize();
setupAssetsLoading();
}