04-23-2015 03:28 AM
I was testing the QM Finesse Gadget on CCX 10.6 but actually I could not find version 10.6 on the QM server and even when I was trying 10.5 version it didnot work and i got a render error ?
Any ideas ?
Regards
Remon Gaber
Solved! Go to Solution.
04-24-2015 12:59 PM
You might need to change the location of the JavaScript references. In 10.5 they are referenced with a @ version number.
<!-- jQuery 1.5 -->
<script type="text/javascript" src="jquery-@jquery.version@.min.js"></script>
<!-- Finesse Library -->
<script type="text/javascript" src="finesse-@finesse.js.version@.js"></script>
With a new location,...
<script type="text/javascript" src="/desktop/assets/js/jquery.min.js"></script>
<script type="text/javascript" src="/desktop/assets/js/finesse.js"></script>
04-24-2015 12:59 PM
You might need to change the location of the JavaScript references. In 10.5 they are referenced with a @ version number.
<!-- jQuery 1.5 -->
<script type="text/javascript" src="jquery-@jquery.version@.min.js"></script>
<!-- Finesse Library -->
<script type="text/javascript" src="finesse-@finesse.js.version@.js"></script>
With a new location,...
<script type="text/javascript" src="/desktop/assets/js/jquery.min.js"></script>
<script type="text/javascript" src="/desktop/assets/js/finesse.js"></script>
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide