{"version":3,"sources":["../../dev/j/dtp.js"],"names":["$","document","ready","avgDownloadLink","setTimeout","window","location","encodeURI"],"mappings":"AAAAA,EAAEC,UAAUC,MAAM,WACc,mBAApBC,kBACVC,WACC,WACCC,OAAOC,SAAWC,UAAWJ,kBAE7B","file":"dtp.js","sourcesContent":["$(document).ready(function(){\n\tif( typeof avgDownloadLink !== 'undefined') {\n\t\tsetTimeout(\n\t\t\tfunction(){\n\t\t\t\twindow.location = encodeURI( avgDownloadLink );\n\t\t\t}\n\t\t\t,1000\n\t\t);\n\t}\n});\n"]}