mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-01-10 14:48:44 +00:00
more tests and some fixes
This commit is contained in:
parent
c19de8c5a1
commit
737eb45c9d
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
|
|
@ -13,10 +13,15 @@ on:
|
|||
- cron: '0 0 1,15 * *'
|
||||
|
||||
jobs:
|
||||
general_module_workflow:
|
||||
general_module_workflow_php:
|
||||
uses: Karaka-Management/Karaka/.github/workflows/php_template.yml@develop
|
||||
secrets:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
general_module_workflow_js:
|
||||
uses: Karaka-Management/Karaka/.github/workflows/js_template.yml@develop
|
||||
secrets:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
(function (omsModule, undefined) {
|
||||
omsModule.Calendar = function () {
|
||||
this.layout = omsModule.Calendar.layout.BLOCKS;
|
||||
this.interval = null;
|
||||
this.selectedElement = null;
|
||||
this.subCalendars = [];
|
||||
|
||||
};
|
||||
|
||||
omsModule.Calendar.prototype.render = function () {
|
||||
};
|
||||
|
||||
omsModule.Calendar.prototype.renderBlocks = function () {
|
||||
};
|
||||
|
||||
omsModule.Calendar.prototype.renderList = function () {
|
||||
};
|
||||
|
||||
omsModule.Calendar.prototype.renderTimeline = function () {
|
||||
};
|
||||
}(window.omsModule = window.omsModule || {}));
|
||||
Loading…
Reference in New Issue
Block a user