Revision bf5611f8
Added by Serghei Mihai over 11 years ago
calebasse/static/js/calebasse.agenda.js | ||
---|---|---|
377 | 377 |
}); |
378 | 378 |
if ($.cookie('active-worker-agenda')) |
379 | 379 |
{ |
380 |
var target = $('#link-tab-worker' + $.cookie('active-worker-agenda')); |
|
380 |
var target = $('#link-tab-worker-' + $.cookie('active-worker-agenda'));
|
|
381 | 381 |
if (target.is(':visible')) { |
382 | 382 |
target.click(); |
383 | 383 |
} |
Also available in: Unified diff
agenda: last active tab kept open after editing a schedule
Closes #3685