mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-13 15:26:32 +08:00
Merge pull request #1347 from okriuchykhin/ok_SCI_2756
Remove double initialization of comments on steps [SCI-2756]
This commit is contained in:
commit
b51f064c28
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ function init() {
|
||||||
initRefreshStatusBar();
|
initRefreshStatusBar();
|
||||||
initImport();
|
initImport();
|
||||||
Comments.bindNewElement();
|
Comments.bindNewElement();
|
||||||
Comments.initialize();
|
|
||||||
setupAssetsLoading();
|
setupAssetsLoading();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue