Conjunto 38855e2 en consulta_publica


Ignorar:
Fecha y hora:
17/07/2017 11:18:35 (hace 7 años)
Autor:
rudmanmrrod <rudman22@…>
Branches:
constituyente, estudiantes, general, plan_patria, sala
Children:
bcf369a
Parents:
be17cf0
Mensaje:

Modificado limite de caracteres

Fichero:
1 editado

Leyenda

No modificado
Añadido
Eliminado
  • static/js/funciones.js

    r8edb1df r38855e2  
    506506            participacion = response.participacion
    507507            if (participacion) {
    508                 bootbox.alert("Ya participó para esta consulta <br>Será direccionado en 4 segundos");
     508                bootbox.alert("Ya participó por este objetivo para esta consulta <br>Será direccionado en 4 segundos");
    509509                setTimeout(function(){
    510510                    $(location).attr('href', $(location).attr('origin')+'/participacion-busqueda/'+pk)   
     
    598598        if (name.search('abierta')!==-1) {
    599599            not_empty = $(value).val().trim() !== '' ? 1:not_empty;
    600             not_empty = $(value).val().length >= 500 && $(value).val().length <= 5000  ? 1:0;
    601             if ($(value).val().length < 500 || $(value).val().length >5000) {
    602                 bootbox.alert("La longitud de la respuesta debe estar entre 500 y 5000 cáracteres");
     600            not_empty = $(value).val().length >= 700 && $(value).val().length <= 5000  ? 1:0;
     601            if ($(value).val().length < 700 || $(value).val().length >5000) {
     602                bootbox.alert("La longitud de la respuesta debe estar entre 700 y 5000 cáracteres");
    603603            }
    604604        }
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.