I am looking the definition of javascript function addHorizonLoadEvent
in following code, This function is defined in the separate file javascript file, So How I will track js file where the definition of that javascript is defined.
addHorizonLoadEvent(function() {
show_hide_datepickers();
});
Please see the image, I found the definition of addHorizonLoadEvent, But I want to go to the file, How I will go?