Interviewer - Server Admin > Customizing UNICOM Intelligence Interviewer - Server Admin > Adding activities to UNICOM Intelligence Interviewer - Server Admin > Common tasks in activity development > Forcing JavaScript updates for an application
 
Forcing JavaScript updates for an application
If you update the JavaScript (.js) files after an application is deployed, you can force the activity to reload them by using the ResourceQueryParameter key. This means that your install kit can update the .js files and then update the activity’s web.config file, and all users get the new versions of the .js files without emptying their browser’s cache.
To use this feature, add the following key. If it has already been added, increment its value.
<add key="ResourceQueryParameter" value="1"/>
See also
Common tasks in activity development