Skip to:
The tablesorter function in the app.js is referencing the wrong element in the DOM (this instead of $(this)) which caused that pages stuck in the loading state.
this
$(this)
The tablesorter function in the app.js is referencing the wrong element in the DOM (
this
instead of$(this)
) which caused that pages stuck in the loading state.