mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-02-16 16:38:41 +00:00
bug fixes
This commit is contained in:
parent
5c50907ee7
commit
a6fe6232a9
2
.github/workflows/greetings.yml
vendored
2
.github/workflows/greetings.yml
vendored
|
|
@ -9,5 +9,5 @@ jobs:
|
||||||
- uses: actions/first-interaction@v1
|
- uses: actions/first-interaction@v1
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue-message: 'Thank you for createing this issue. We will check it as soon as possible.'
|
issue-message: 'Thank you for creating this issue. We will check it as soon as possible.'
|
||||||
pr-message: 'Thank you for your pull request. We will check it as soon as possible.'
|
pr-message: 'Thank you for your pull request. We will check it as soon as possible.'
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ $calendar = $this->data['calendar'];
|
||||||
</ul>
|
</ul>
|
||||||
-->
|
-->
|
||||||
</div>
|
</div>
|
||||||
<div class="portlet">
|
<section class="portlet">
|
||||||
<div id="calendar" class="m-calendar" data-action='[
|
<div id="calendar" class="m-calendar" data-action='[
|
||||||
{
|
{
|
||||||
"listener": "click", "selector": "#calendar span.tag", "action": [
|
"listener": "click", "selector": "#calendar span.tag", "action": [
|
||||||
|
|
@ -73,7 +73,7 @@ $calendar = $this->data['calendar'];
|
||||||
</ul>
|
</ul>
|
||||||
<?php endfor;?>
|
<?php endfor;?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-xs-12 col-md-3">
|
<div class="col-xs-12 col-md-3">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user