Uncaught TypeError: jQuery.sortable is not a function
-
Hi, I get an Uncaught TypeError: jQuery.sortable is not a function when loading the users page in the admin area (/wp-admin/users.php).
A similar error was reported a while ago [JQuery().sortable error]. The solution was to include jquery-ui-sortable in the list of scripts to load (ref. loadAdminScripts() in beeze-admin.php).
From what I can see, that script is only loaded for the Breeze settings page though. Instead the breeze-admin.js script (which has the call to the jQuery sortable function) is loaded on every page of the admin area (have I misconfigured the plugin?).
Not sure if the solution is to limit loading the breeze-admin.js script only for the Breeze settings page, or to always include jquery-ui-sortable in the list of scripts to load.
Also, I might be completely wrong.Thanks!
Breeze Version 2.0.2
The topic ‘Uncaught TypeError: jQuery.sortable is not a function’ is closed to new replies.