Merge.
This commit is contained in:
commit
a89a1af22c
Notes:
subgit
2018-03-07 17:58:55 +01:00
r651 www/branches/life
@ -344,6 +344,9 @@ $(document).ready(function() {
|
||||
$('#eventstable').bind('sortEnd', function(){
|
||||
highlightFirstEvent();
|
||||
});
|
||||
$('#eventstable').bind('pagerComplete', function(){
|
||||
highlightFirstEvent();
|
||||
});
|
||||
// show / hide event info
|
||||
$('#eventstable').delegate('.toggle', 'click' , function(){
|
||||
// load event details
|
||||
|
Loading…
Reference in New Issue
Block a user