solved Audio Pro Chart

Dazed
Dazed
@dazed
7 years ago
1,022 posts
I just updated my site with the latest chart and had a question. On the index_featured.tpl is a row with the below. If I change jrAudioPro_chart_days to mySkinName_chart_days it stops working. If I leave it as is, all is well. Am I missing a change somewhere?

Thanks

 <select class="form_select" id="chart_days" onchange="jrAudioPro_chart_days(this.value)">

updated by @dazed: 04/29/17 10:21:18AM
nate
@nate
7 years ago
917 posts
You're mostly likely missing the function you're trying to call.
Dazed
Dazed
@dazed
7 years ago
1,022 posts
Isn't that function in jrAudioPro.js?
nate
@nate
7 years ago
917 posts
Yes but not under the name you're changing it to.
Dazed
Dazed
@dazed
7 years ago
1,022 posts
cache issue cleanout fixed this.