Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16758 Rev 16802
Línea 111... Línea 111...
111
                document.body.removeChild(anchor);
111
                document.body.removeChild(anchor);
112
            } else {
112
            } else {
113
                $.fn.showError(response['data']);
113
                $.fn.showError(response['data']);
114
            }
114
            }
115
        }).fail(function( jqXHR, textStatus, errorThrown) {
115
        }).fail(function( jqXHR, textStatus, errorThrown) {
116
            showError(textStatus);
116
            $.fn.showError(textStatus);
117
        }).always(function() {
117
        }).always(function() {
118
            NProgress.done();
118
            NProgress.done();
119
        });
119
        });