Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3926 Rev 4093
Línea 193... Línea 193...
193
                    }).fail(function(jqXHR, textStatus, errorThrown) {
193
                    }).fail(function(jqXHR, textStatus, errorThrown) {
194
                        $.fn.showError(textStatus);
194
                        $.fn.showError(textStatus);
195
                    }).always(function() {
195
                    }).always(function() {
196
                        NProgress.done();
196
                        NProgress.done();
197
                    });
197
                    });
198
                },
198
                }
-
 
199
            });
-
 
200
 
-
 
201
            $("button.btn-delete").on('click', function(e) {
-
 
202
            if ($(e.target).closest("[data-toggle='tooltip']").length === 0) {
-
 
203
                $("[data-toggle='tooltip']").confirmation('hide');
-
 
204
            }
199
            });
205
            });
200
        },
206
        },
201
        'aoColumns': [{
207
        'aoColumns': [{
202
                'mDataProp': 'type'
208
                'mDataProp': 'type'
203
            },
209
            },