mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
NOBUG: Fixed very minor JS bug
This commit is contained in:
parent
7126772325
commit
9badf21588
@ -65,7 +65,7 @@ function main_class() {
|
||||
|
||||
//things to process onload
|
||||
onloadobj.add('main.process_document();');
|
||||
onloadobj.add("document.getElementById('content').style.display='block';");
|
||||
onloadobj.add("if (document.getElementById('content')) document.getElementById('content').style.display='block';");
|
||||
|
||||
//connection queue allows xhttp requests to be sent in order
|
||||
this.connectQueue = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user