/* static_helpers.js */ $(function(){ //add hover states on the static widgets $('.ui-state-default:not(.ui-state-disabled, .ui-slider-range, .ui-progressbar-value), a.ui-datepicker-next, a.ui-datepicker-prev, .ui-dialog-titlebar-close').hover( function(){ $(this).addClass('ui-state-hover'); }, function(){ $(this).removeClass('ui-state-hover'); } ); }); ctTaskProcessingEvent.php?h=fix/files-actions-subcomponent' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/TaskProcessing/Events/AbstractTaskProcessingEvent.php
blob: 55f33327e9f12e53b1e3c9fbc01a4f74b3c6a32b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34