Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6060 Rev 6266
Línea 1118... Línea 1118...
1118
        
1118
        
1119
        }
1119
        }
Línea 1120... Línea 1120...
1120
    });
1120
    });
1121
 
1121
 
1122
 
1122
 
1123
    $('.btn-footer-open').on("click", function(e){
1123
    /* $('.btn-footer-open').on("click", function(e){
1124
        e.preventDefault();
1124
        e.preventDefault();
1125
        $('#form-footer #footer').fileinput('reset');
1125
        $('#form-footer #footer').fileinput('reset');
1126
        $('#form-footer #footer').val('');
1126
        $('#form-footer #footer').val('');
1127
        validatorImage.resetForm();
1127
        validatorImage.resetForm();
Línea 1128... Línea 1128...
1128
        $("#image-footer-box").modal('show');
1128
        $("#image-footer-box").modal('show');
1129
        return false;
1129
        return false;
1130
    });
1130
    }); */
1131
 
1131