Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8599 Rev 8600
Línea 214... Línea 214...
214
                $('#form-add #evaluation').val('$evaluation_0');
214
                $('#form-add #evaluation').val('$evaluation_0');
215
                $('#first-step').show();
215
                $('#first-step').show();
216
                $('#second-step').hide();
216
                $('#second-step').hide();
217
                CKEDITOR.instances.coment.setData('');
217
                CKEDITOR.instances.coment.setData('');
218
                validatorAdd.resetForm();
218
                validatorAdd.resetForm();
219
                CKEDITOR.replace('coment');
-
 
-
 
219
                
220
                $('#add-candidate-box').modal('show');
220
                $('#add-candidate-box').modal('show');
221
                return false;
221
                return false;
222
            });
222
            });
Línea 223... Línea 223...
223
 
223
 
Línea 514... Línea 514...
514
        }).always(function () {
514
        }).always(function () {
515
            NProgress.done();
515
            NProgress.done();
516
        });
516
        });
517
    })
517
    })
Línea -... Línea 518...
-
 
518
 
518
 
519
    CKEDITOR.replace('#form-add #coment');
519
});
520
});
520
JS;
521
JS;
521
$this->inlineScript()->captureEnd();
522
$this->inlineScript()->captureEnd();