Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 3643 | Rev 3647 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3643 Rev 3646
Línea 693... Línea 693...
693
    })
693
    })
Línea 694... Línea 694...
694
 
694
 
Línea 695... Línea 695...
695
 
695
 
-
 
696
    $.fn.reload(1);
-
 
697
 
-
 
698
    CKEDITOR.replace('description_feed', {
-
 
699
				// Reset toolbar settings, so full toolbar will be generated automatically.
-
 
700
				toolbar: null,
-
 
701
				toolbarGroups: [
-
 
702
                  { name: 'editing', groups: ['Scayt'] }
-
 
703
                ],
-
 
704
				removeButtons: 'Anchor',
696
    $.fn.reload(1);
705
				removePlugins: 'elementspath,Anchor',
697
 
706
				height: 100
698
    CKEDITOR.replace('description_feed');
707
			});