Javascript Error Causing Conflicts
-
Grow is throwing a Javascript error on the wp-admin back-end. This is causing conflicts with other plugins and functions for administration.
/wp-content/plugins/social-pug/assets/dist/dashboard.1.0.0.js is the culprit:
dashboard.1.0.0.js:1 Uncaught TypeError: s(…).sortable is not a function
at HTMLDocument.<anonymous> (dashboard.1.0.0.js:1)Line ~60 (un-minified):
s(function() {
s(“.dpsp-social-platforms-sort-list”).sortable({
handle: “.dpsp-sort-handle”,
placeholder: “dpsp-sort-placeholder”,
containment: “#wpwrap”
})
}),
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Javascript Error Causing Conflicts’ is closed to new replies.