Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 395 Rev 396
Línea 77... Línea 77...
77
        },
77
        },
78
        /**
78
        /**
79
         * Render array sections
79
         * Render array sections
80
         */
80
         */
81
        this.renderSection = function(slug_section) {
81
        this.renderSection = function(slug_section) {
-
 
82
            console.log(slug_section);
-
 
83
            console.log(this.sections);
82
            var s = '';
84
            var s = '';
83
            for (i = 0; i < this.sections.length; i++) {
85
            for (i = 0; i < this.sections.length; i++) {
84
                if (slug_section != this.sections[i].slug_section) {
86
                if (slug_section != this.sections[i].slug_section) {
85
                    continue;
87
                    continue;
86
                }
88
                }