Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5318 Rev 5378
Línea 308... Línea 308...
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
        });
Línea -... Línea 312...
-
 
312
        
312
        
313
        $('#toggle-btn').bootstrapToggle();
Línea 313... Línea 314...
313
        $('#form #status').bootstrapToggle({'on' : 'LABEL_ACTIVE',  'off' : 'LABEL_INACTIVE', 'width' : '160px', 'height' : '40px'});
314
        $('#form #status').bootstrapToggle({'on' : 'LABEL_ACTIVE',  'off' : 'LABEL_INACTIVE', 'width' : '160px', 'height' : '40px'});
314
 
315
 
315
        $('#form #minimum_no_of_employee').inputNumberFormat({decimal : 0});
316
        $('#form #minimum_no_of_employee').inputNumberFormat({decimal : 0});