Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1009 Rev 1010
Línea 275... Línea 275...
275
     */
275
     */
276
    $('#btn-save-section').click(function(e) {
276
    $('#btn-save-section').click(function(e) {
Línea 277... Línea 277...
277
        
277
        
Línea 278... Línea 278...
278
        if($('#section-name').val()==''){
278
        if($('#section-name').val()==''){
279
 
279
 
Línea 280... Línea 280...
280
            $.fn.showError('Ingrese un nombre'));
280
            $.fn.showError('Ingrese un nombre');
281
            return;
281
            return;
282
 
282
 
Línea 293... Línea 293...
293
                    $('#section-name').val(),
293
                    $('#section-name').val(),
294
                    $('#section-text').val(),
294
                    $('#section-text').val(),
295
                    $('#section-type').val()
295
                    $('#section-type').val()
296
                ) 
296
                ) 
297
            }
297
            }
-
 
298
 
-
 
299
            return;
Línea 298... Línea 300...
298
        
300
        
299
        }
301
        }
Línea 300... Línea 302...
300
    });
302
    });