Added the awesome Underscore.js library
This commit is contained in:
parent
4f9f8d2449
commit
c80ba963ed
|
@ -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
Loading…
Reference in New Issue