Merge branch '2.0' of github.com:s9y/Serendipity into 2.0

This commit is contained in:
Matthias Mees 2013-05-30 19:07:02 +02:00
commit ddadd81f4a

View File

@ -366,7 +366,7 @@ function serendipity_imageSelector_done(textarea) {
// Toggle extended entry editor
function toggle_extended(setCookie) {
if (jQuery('textarea[name="serendipity[extended]"]:hidden').length > 0) {
jQuery('textarea[name="serendipity[extended]"]').show(); // we use the name selector instead of the id here, because selecting the id doesn't work
jQuery('textarea[name="serendipity[extended]"]').show(); // we use the name selector instead of the id here, because selecting the id does not work
jQuery('#tools_extended').show();
jQuery('#option_extended').attr('src', minus_img);
} else {