mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-42426 Javascript: Remove debugger statement
This commit is contained in:
parent
c68bf34f83
commit
5aa06c9c1f
1
lib/yui/dragdrop/dragdrop.js
vendored
1
lib/yui/dragdrop/dragdrop.js
vendored
@ -210,7 +210,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 == '') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user