question bank: MDL-22710 Quesition preview popup does not have scrollbars
Fix thanks to Adriane Boyd.
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ define("QUESTION_NUMANS_ADD", 3);
|
||||
/**
|
||||
* The options used when popping up a question preview window in Javascript.
|
||||
*/
|
||||
define('QUESTION_PREVIEW_POPUP_OPTIONS', 'scrollbars=true&resizable=true&width=700&height=540');
|
||||
define('QUESTION_PREVIEW_POPUP_OPTIONS', 'scrollbars=yes&resizable=yes&width=700&height=540');
|
||||
|
||||
/**#@+
|
||||
* Option flags for ->optionflags
|
||||
|
||||
Reference in New Issue
Block a user