From 34d245a5cfa72d066eea89aa25c8728a5753d26d Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 24 Jan 2013 17:05:32 +0100 Subject: Focus query input box by default --- sqlbox/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlbox/view.php') 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 -- cgit