Closed webbird closed 10 years ago
This problem is a consequence of the jQuery Core Update (2.1.0 to 2.1.1) and caused by empty option values in pages_tree.js, resulting to code
pages_tree.js
option[value=]
which is invalid.
Should be okay now.
This problem is a consequence of the jQuery Core Update (2.1.0 to 2.1.1) and caused by empty option values in
pages_tree.js
, resulting to codewhich is invalid.