Proyectos de Subversion Moodle

Rev

Rev 916 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 916 Rev 918
Línea 13... Línea 13...
13
 
13
 
14
    You should have received a copy of the GNU General Public License
14
    You should have received a copy of the GNU General Public License
15
    along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
15
    along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
16
}}
16
}}
17
{{!
17
{{!
Línea 18... Línea 18...
18
    @template theme_universe/courseindex/placeholders
18
    @template theme_universe_child/courseindex/placeholders
Línea 19... Línea 19...
19
 
19
 
20
    This template renders the loading placeholders for the course index.
20
    This template renders the loading placeholders for the course index.
Línea 49... Línea 49...
49
            </div>
49
            </div>
50
        </li>
50
        </li>
51
    </ul>
51
    </ul>
52
</div>
52
</div>
53
{{#js}}
53
{{#js}}
54
M.util.js_pending('theme_universe/courseindex/placeholder');
-
 
55
require(['theme_universe/courseindex/placeholder'], function(component) {
54
require(['core_courseformat/local/courseindex/placeholder'], function(component) {
56
     M.util.js_complete('theme_universe/courseindex/placeholder');
-
 
57
    component.init('course-index-placeholder');
55
    component.init('course-index-placeholder');
58
});
56
});
59
{{/js}}
57
{{/js}}