Added the awesome Underscore.js library

This commit is contained in:
Alejandro Gallardo Escobar 2015-06-24 13:39:37 +02:00
parent 4f9f8d2449
commit c80ba963ed
3 changed files with 9 additions and 0 deletions

View File

@ -1411,6 +1411,8 @@ function ui_process_page_head ($string, $bitfield) {
//Load intro.js library (for bubbles and clippy)
$config['js']['intro'] = "include/javascript/intro.js";
$config['js']['clippy'] = "include/javascript/clippy.js";
//Load Underscore.js library
$config['js']['underscore'] = "include/javascript/underscore-min.js";
//Load other javascript

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long