Forum Discussion
JS link OOB option.
Use the browser's developer tool to debug your script and ensure that the value of priority is what you expect.
Kind regards
John
at console level i can see url appended by ?ctag=<some code>
So, if the url is :
<tenant name>/jslinkfiles/prioritycolor.js
when i check the console, it displays 404 error and when i click on the url. it displays
<tenant name>/jslinkfiles/prioritycolor.js?ctag=0$$16.0.6511.1207
How do i avoid this ctag to appear.
Thanks
- DeletedMay 24, 2017
so it is working now or still not?
when i see this<tenant name>/jslinkfiles/prioritycolor.js?ctag=0$$16.0.6511.1207 you are missing the library where you are putting the files.. why do you want to remove the ctag? i think it is something to reconize i am correct it refers to a csom version..
- null nullMay 24, 2017Iron Contributor
jslinkfiles is the name of the document library.
Because i think ctag is making the problem.
i have copied the url with the ctag and pasted in the address bar and it did not work.
- John Aage AndersenMay 24, 2017Iron ContributorDoes the copied URL work without the ctag?
As Tanya Denton asked, did you publish the script (if you need to?)?
Clear the cache in the browser and try again.