mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
MDL-56292 core: auto_rows should fire event on element
This commit is contained in:
parent
eea7dd4156
commit
2d552f37b8
@ -80,7 +80,7 @@ define(['jquery'], function($) {
|
||||
|
||||
if (rows != currentRows) {
|
||||
element.attr('rows', rows);
|
||||
$(document).trigger(EVENTS.ROW_CHANGE);
|
||||
$(root).trigger(EVENTS.ROW_CHANGE);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user