Statistics
| Branch: | Tag: | Revision:

root / htdocs / site_media / js / main.js @ 64cd4730

History | View | Annotate | Download (135 Bytes)

1
$(document).ready(function(){
2

    
3
    $(".download").click(function(){
4
        window.location = $(this).find("a").attr("href");
5
    })
6
})