cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
762
Views
2
Helpful
1
Replies

QM Gadget in Finesse for UCCX 10.6

engremongaber
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

ewindgat
Level 5
Level 5

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>

View solution in original post

1 Reply 1

ewindgat
Level 5
Level 5

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>

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: