Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16337 Rev 16338
Línea 23... Línea 23...
23
jQuery( document ).ready(function( $ ) {
23
jQuery( document ).ready(function( $ ) {
Línea 24... Línea 24...
24
 
24
 
25
    var startDate   = moment().format('YYYY-MM-DD'); 
25
    var startDate   = moment().format('YYYY-MM-DD'); 
Línea 26... Línea -...
26
    var endDate     = moment().format('YYYY-MM-DD'); 
-
 
27
 
-
 
28
    
-
 
29
 
-
 
30
 
-
 
31
 
-
 
32
$("#result").html(htmlOutput);
26
    var endDate     = moment().format('YYYY-MM-DD'); 
Línea 33... Línea 27...
33
 
27
 
34
    var ctxchartProgressByDay = document.getElementById("chartProgressByDay").getContext("2d");
28
    var ctxchartProgressByDay = document.getElementById("chartProgressByDay").getContext("2d");
35
 
29
 
Línea 95... Línea 89...
95
                    }
89
                    }
96
                ];
90
                ];
Línea 97... Línea 91...
97
                
91
                
98
                var template = $.templates("#theTmpl");
92
                var template = $.templates("#theTmpl");
-
 
93
                var htmlOutput = template.render(data);
99
                var htmlOutput = template.render(data);
94
                $("#result").html(htmlOutput);
100
            }else{
95
            }else{
101
                $.fn.showError(response);
96
                $.fn.showError(response);
102
            }
97
            }
103
        }).fail(function( jqXHR, textStatus, errorThrown) {
98
        }).fail(function( jqXHR, textStatus, errorThrown) {