What does all the javascript in the Testing theme do? It's called up in the header of album.php, index.php, and image.php with `<?php zenJavascript(); ?>`
I'm developing a theme using this one as a base and am wondering if I can do away with the javascript.
Comments
Not that important, but I like to match those fields to the other fields (like the comments) used in my theme.
• albumTitleEditable
• albumDescEditable
• imageDescEditable
• imageTitleEditable
Yeah, it's not in the div tag. Those CSS id selectors are only for editing the the album and image titles and descriptions.
You should still be able to edit those with maybe a `#albumDescEditable input` selector
Please remember that the Javascript you see is only visible to logged-in admins who have the AJAX update capability, no one else gets it.