Merge branch 'MDL-42426-master' of git://github.com/damyon/moodle

This commit is contained in:
Marina Glancy
2013-10-23 13:59:50 +11:00
-1
View File
@@ -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 == '') {