MDL-57472 javascript-static: remove fix_column_widths()

A bit of a hack applied nearly 12 years ago in
7979105c62
This commit is contained in:
Dan Poltawski
2016-12-22 12:22:15 +00:00
parent c4cf1c60f5
commit 57378aac0b
2 changed files with 8 additions and 35 deletions
-2
View File
@@ -576,8 +576,6 @@ class core_renderer extends renderer_base {
'loadinghelp',
), 'moodle');
$this->page->requires->js_function_call('setTimeout', array('fix_column_widths()', 20));
$focus = $this->page->focuscontrol;
if (!empty($focus)) {
if (preg_match("#forms\['([a-zA-Z0-9]+)'\].elements\['([a-zA-Z0-9]+)'\]#", $focus, $matches)) {