Skip to content
Snippets Groups Projects
Verified Commit 649e5cb8 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Pridane pluginy

parent f22110a7
No related branches found
No related tags found
No related merge requests found
Showing
with 21708 additions and 0 deletions
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
/* main.js */
/* global ysy */
window.ysy = window.ysy || {};
ysy.main = ysy.main || {};
ysy.initGantt = function () {
$("p.nodata").remove();
ysy.data.loader.init();
ysy.data.loader.load();
ysy.data.storage.init();
if (!ysy.settings.easyRedmine) {
moment.locale(ysy.settings.language || "en");
}
ysy.view.start();
//ysy.main.start();
};
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment