mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
quiz editing: MDL-17298 removed debugging code forgotten there in the previous revision
This commit is contained in:
parent
12e6b459c6
commit
721efa237d
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
YAHOO.namespace("cats.container");
|
YAHOO.namespace("cats.container");
|
||||||
YAHOO.namespace("quiz.container");
|
YAHOO.namespace("quiz.container");
|
||||||
function init() {
|
function init() {
|
||||||
alert("loadde");
|
|
||||||
YAHOO.util.Dom.setStyle('randomquestiondialog', 'display', 'block');
|
YAHOO.util.Dom.setStyle('randomquestiondialog', 'display', 'block');
|
||||||
/* zIndex must be way above 99 to be above the active quiz tab*/
|
/* zIndex must be way above 99 to be above the active quiz tab*/
|
||||||
YAHOO.quiz.container.randomquestiondialog = new YAHOO.widget.Dialog("randomquestiondialog",
|
YAHOO.quiz.container.randomquestiondialog = new YAHOO.widget.Dialog("randomquestiondialog",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue