mirror of
https://github.com/cosmocode/do.git
synced 2025-07-24 09:58:58 +00:00

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
5 lines
126 B
JavaScript
5 lines
126 B
JavaScript
jQuery(function () {
|
|
/* DOKUWIKI:include scripts/general.js */
|
|
/* DOKUWIKI:include scripts/userTasksOverlay.js */
|
|
});
|