Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5312 Rev 5318
Línea 274... Línea 274...
274
            invalidHandler: function(form, validator) {
274
            invalidHandler: function(form, validator) {
Línea 275... Línea 275...
275
            
275
            
276
            }
276
            }
Línea 277... Línea 277...
277
        }); */
277
        }); */
278
 
278
 
279
        $('button.btn-delete').confirmation({
279
        /* $('button.btn-delete').confirmation({
280
                    rootSelector: 'button.btn-delete',
280
                    rootSelector: 'button.btn-delete',
281
                    title : 'LABEL_ARE_YOU_SURE',
281
                    title : 'LABEL_ARE_YOU_SURE',
282
                    singleton : true,
282
                    singleton : true,
Línea 302... Línea 302...
302
                        }).always(function() {
302
                        }).always(function() {
303
                            NProgress.done();
303
                            NProgress.done();
304
                        });
304
                        });
305
                    },
305
                    },
306
                });
306
                });
307
        
307
         */
308
        $('body').on('click', 'button.btn-refresh', function(e) {
308
        $('body').on('click', 'button.btn-refresh', function(e) {
309
            e.preventDefault();
309
            e.preventDefault();
310
            gridTable.api().ajax.reload(null, false);
310
            gridTable.api().ajax.reload(null, false);
311
        });
311
        });