MyBB Community Forums

Full Version: Making a theme, inline_edit.js breaks?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
TypeError: $(...).editable is not a function      inline_edit.js:18:0

I get this error in the firefox console.
Running Mybb 1.8.3. Any ideas why could this be happening?
looks like java script conflict or multiple jQuery loading or jQuery is missing
Aha. multiple jquery being loaded was a problem. Looks like my friend tried to fix something in the profile display that was related to jquery so he put additional jquery loaded from google cdn, however he didn't notice it broke rest of the things. Thank you.