eslint
This commit is contained in:
parent
3c79204592
commit
493bfa6a16
|
@ -135,14 +135,14 @@ function loadEventImage( imagePath, eid, fid ) {
|
||||||
imageSrc.attr('data-frame-id', fid);
|
imageSrc.attr('data-frame-id', fid);
|
||||||
imageSrc.off('click');
|
imageSrc.off('click');
|
||||||
imageSrc.click(function() {
|
imageSrc.click(function() {
|
||||||
showEvent(this)
|
showEvent(this);
|
||||||
});
|
});
|
||||||
|
|
||||||
eventData.attr('data-event-id', eid);
|
eventData.attr('data-event-id', eid);
|
||||||
eventData.attr('data-frame-id', fid);
|
eventData.attr('data-frame-id', fid);
|
||||||
eventData.off('click');
|
eventData.off('click');
|
||||||
eventData.click(function() {
|
eventData.click(function() {
|
||||||
showEvent(this)
|
showEvent(this);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue