javascript-UFO MDL-19738 Stopped ufo.js being included in outputlib and included it in each place it was actually being used.
It will no only be loaded when it is being used. If something new comes along they will need to remember to require it. At the same time cleaned up a few deprecated calls
This commit is contained in:
@@ -1069,3 +1069,7 @@ function cancel_scroll_to_end() {
|
||||
scrolltoendtimeout = null;
|
||||
}
|
||||
}
|
||||
|
||||
function create_UFO_object(eid) {
|
||||
UFO.create(FO, eid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user