mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-11 22:36:33 +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 */
|
/* global I18n dropdownSelector HelperModule animateSpinner */
|
||||||
/* eslint-disable no-use-before-define */
|
/* eslint-disable no-use-before-define */
|
||||||
|
(function() {
|
||||||
const STATUS_POLLING_INTERVAL = 5000;
|
const STATUS_POLLING_INTERVAL = 5000;
|
||||||
|
|
||||||
function initTaskCollapseState() {
|
function initTaskCollapseState() {
|
||||||
|
@ -416,3 +416,4 @@ bindEditTagsAjax();
|
||||||
initStartDatePicker();
|
initStartDatePicker();
|
||||||
initDueDatePicker();
|
initDueDatePicker();
|
||||||
initAssignedUsersSelector();
|
initAssignedUsersSelector();
|
||||||
|
}());
|
||||||
|
|
Loading…
Add table
Reference in a new issue