mirror of
https://github.com/moodle/moodle.git
synced 2025-03-19 23:20:09 +01:00
Merge branch 'MDL-49159' of https://github.com/spvickers/moodle
This commit is contained in:
commit
0cb0cd30f5
@ -43,6 +43,8 @@
|
||||
* @author Jordi Piguillem
|
||||
* @author Nikolas Galanis
|
||||
* @author Chris Scribner
|
||||
* @copyright 2015 Vital Source Technologies http://vitalsource.com
|
||||
* @author Stephen Vickers
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@ -168,7 +170,7 @@ if ($ADMIN->fulltree) {
|
||||
new Y.YUI2.widget.TabView('lti_tabs');
|
||||
|
||||
var setupTools = function(id, sort){
|
||||
var lti_tools = Y.YUI2.util.Dom.get(id + '_tools');
|
||||
var lti_tools = Y.YUI2.util.Dom.get(id);
|
||||
|
||||
if(lti_tools){
|
||||
var dataSource = new Y.YUI2.util.DataSource(lti_tools);
|
||||
|
Loading…
x
Reference in New Issue
Block a user