Skip to content

Commit

Permalink
Update utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 committed Oct 30, 2023
1 parent 5a91f0c commit a623921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/common/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ jeedomUtils.initReportMode = function () {

jeedomUtils.initTableSorter = function (filter) {
if (typeof jQuery !== 'function') return
if (typeof $.tablesorter !== 'function') return
// if (typeof $.tablesorter !== 'function') return
var widgets = ['uitheme', 'resizable']
if (!filter) {
filter = true
Expand Down

0 comments on commit a623921

Please sign in to comment.