1
0

Update serendipity_editor.js.tpl

remove note "..'t" notation, to have github prettify code view back
This commit is contained in:
Ian
2013-05-30 19:54:54 +03:00
parent 251f61a039
commit 5ae5329de8

View File

@ -339,7 +339,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 {