Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1085 Rev 1086
Línea 261... Línea 261...
261
            $.fn.showError('ERROR_ENTER_TITLE');
261
            $.fn.showError('ERROR_ENTER_TITLE');
262
            return;
262
            return;
263
        } else {
263
        } else {
264
            $('#id-section').val() == "" ?
264
            $('#id-section').val() == "" ?
265
                addSection($('#title-section').val(), $('#text-section').val(), $('#type-section').val()) :
265
                addSection($('#title-section').val(), $('#text-section').val(), $('#type-section').val()) :
266
                editSection($('#id-section').val() $('#title-section').val(), $('#text-section').val(), $('#type-section').val())
266
                editSection($('#id-section').val(), $('#title-section').val(), $('#text-section').val(), $('#type-section').val())
267
            $('#modal-section').modal('hide');
267
            $('#modal-section').modal('hide');
268
            return;
268
            return;
269
        }
269
        }
270
    });
270
    });
271
    /**
271
    /**