Fixed initial text wordwrap.

This commit is contained in:
Martin Mahner 2012-04-15 12:05:47 +02:00
parent dd83f739e9
commit a0b9e845f4

View file

@ -143,7 +143,7 @@ jQuery(document).ready(function(){
// Activate wordwrap for text heavy lexers or if enabled in the settings
if('{{ wordwrap }}' === 'True' || '{{ request.session.userprefs.wordwrap }}' === 'True') {
$('#toggleWordwrap').trigger('click');
$('#toggleWordwrap a').trigger('click');
}
/**