Files
dokuwiki-plugin-do/script.js
Michael Große 01705fa1bc Add Icon/Button to show user's open tasks
This shows an icon with the number of open tasks assigned to the user.
If the user has open tasks and they click on the icon, they should see a
table with all their open tasks. Another click on the icon hides the
table.

Known Issues:
-------------
* If a task is check-off, the number next to the icon is not updated
dynamically.

SPR-962
2017-04-24 18:57:18 +02:00

5 lines
126 B
JavaScript

jQuery(function () {
/* DOKUWIKI:include scripts/general.js */
/* DOKUWIKI:include scripts/userTasksOverlay.js */
});