Merge branch 'MDL-42426-master' of git://github.com/damyon/moodle
This commit is contained in:
Vendored
-1
@@ -232,7 +232,6 @@ YUI.add('moodle-core-dragdrop', function(Y) {
|
||||
// The valid node types to get text from.
|
||||
var nodes = n.all('h2, h3, h4, h5, span, p, div.no-overflow, div.dimmed_text');
|
||||
var text = '';
|
||||
debugger;
|
||||
|
||||
nodes.each(function () {
|
||||
if (text == '') {
|
||||
|
||||
Reference in New Issue
Block a user