diff options
Diffstat (limited to 'sqlbox/view.php')
-rw-r--r-- | sqlbox/view.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlbox/view.php b/sqlbox/view.php index 9f41232..601459e 100644 --- a/sqlbox/view.php +++ b/sqlbox/view.php @@ -61,7 +61,7 @@ $PAGE->set_context($context); // other things you may want to set - remove if not needed //$PAGE->set_cacheable(false); -//$PAGE->set_focuscontrol('some-html-id'); +$PAGE->set_focuscontrol('id_sqlbox_query'); //$PAGE->add_body_class('sqlbox-'.$somevar); // Output starts here |