I want to know how to make the .tpl files open up with the "toggle editor" checkbox at the bottom unchecked. The reason is that when I open up the main.css file in content/edit templates, it takes forever and freezes my browser until it is finished opening.
I am doing this in version 4.6.0
I have narrowed the .tpl file I need to edit down to /common_files/admin/main/edit_file.tpl
and I believe it is in this line
Code:
<form action="file_edit.php" method="post" {if $use_edit_area}onsubmit="javascript: if(!$('#edit_area_toggle_checkbox_filebody').prop('checked'))$('#toggle_edit_area').val('Y');"{/if}>
I thought it would be just changing the
Code:
.val('Y') to .val('N')
but that doesn't work. I don't know a lick of javascript so I'm clueless on this one.
Can anyone help?