Commit d7522723 authored by Roque's avatar Roque

remove comments

parent 7bb00ee9
......@@ -23,15 +23,10 @@
//define dates in System Preference Project tab?
//date ISO string format: "yyyy-mm-ddThh:mm:ss.mmmm"
//JIO query date format: "yyyy-mm-dd hh:mm:ss"
/*MILESTONE_LIMIT_DATE = new Date(new Date().setDate(new Date().getDate() - 90))
MILESTONE_LIMIT_DATE = new Date(new Date().setDate(new Date().getDate() - 90))
.toISOString().substring(0, new Date().toISOString().length - 5).replace("T", " "),
DOCUMENT_LIMIT_DATE = new Date(new Date().setDate(new Date().getDate() - 21))
.toISOString().substring(0, new Date().toISOString().length - 5).replace("T", " "),*/
//FOR DEMO
MILESTONE_LIMIT_DATE = new Date(2019, 11, 19, 10, 33, 30, 0)
.toISOString().substring(0, new Date().toISOString().length - 5).replace("T", " "),
DOCUMENT_LIMIT_DATE = MILESTONE_LIMIT_DATE,
//XXX hardcoded portal_types, states and titles dict
PORTAL_TITLE_DICT = {"Task": "Tasks",
"Test Result" : "Test Results",
"Bug" : "Bugs",
......@@ -639,4 +634,4 @@
return true;
});
}(window, rJS, RSVP, document, SimpleQuery, ComplexQuery, Query, parseInt, jIO, URL));
\ No newline at end of file
}(window, rJS, RSVP, document, SimpleQuery, ComplexQuery, Query, parseInt, jIO, URL));
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment