Updating existing project: debugger shows old version

Updating existing project: debugger shows old version

ionagkiionagki Posts: 2Questions: 0Answers: 0
edited May 2020 in Free community support

Hello all,

Debugger ref: atuzuf

I am having difficulties updating datatables version in an existing project.

Steps I have taken
1. Downloaded the newest version (1.10.20) and replaced following two files:
* jquery.dataTables.js
* datatables.css
2. Confirmed files are referred in application's jsp/html file

Issue
Both following are shown the old version (datatables 1.10.13).
* thealert($.fn.dataTable.version) command and
* the debugger

Troubleshooting
I confirmed that the version in the only jquery.dataTables.js in the workspace is the latest one:
/*! DataTables 1.10.20
* ©2008-2019 SpryMedia Ltd - datatables.net/license
*/

Clearly I am missing something and I cannot figure out where do the debugger and dataTable.version function get the version number from.

Any advice would be greatly appreciated.

Replies

  • ionagkiionagki Posts: 2Questions: 0Answers: 0

    Found the issue: wrong version was in file: jquery.dataTables.min. that was also referred in the jsp/html.

    The expected version is shown since reference removed.

This discussion has been closed.