mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-09 21:36:44 +08:00
Fix constant initialization
This commit is contained in:
parent
818a4dfdb3
commit
c9de9e857f
1 changed files with 391 additions and 390 deletions
|
@ -1,6 +1,6 @@
|
|||
/* global I18n dropdownSelector HelperModule animateSpinner */
|
||||
/* eslint-disable no-use-before-define */
|
||||
|
||||
(function() {
|
||||
const STATUS_POLLING_INTERVAL = 5000;
|
||||
|
||||
function initTaskCollapseState() {
|
||||
|
@ -416,3 +416,4 @@ bindEditTagsAjax();
|
|||
initStartDatePicker();
|
||||
initDueDatePicker();
|
||||
initAssignedUsersSelector();
|
||||
}());
|
||||
|
|
Loading…
Add table
Reference in a new issue