mirror of
https://github.com/moodle/moodle.git
synced 2025-04-17 14:35:29 +02:00
Code cleaning
This commit is contained in:
parent
41d1703534
commit
15d2f0ca70
@ -1,6 +1,7 @@
|
||||
<!--
|
||||
function NewHttpReq() {
|
||||
var httpReq = false;
|
||||
if (typeof XMLHttpRequest!='undefined') {
|
||||
if (typeof XMLHttpRequest != 'undefined') {
|
||||
httpReq = new XMLHttpRequest();
|
||||
} else {
|
||||
try {
|
||||
@ -34,9 +35,10 @@ function DoRequest(httpReq,url,param) {
|
||||
}
|
||||
}
|
||||
|
||||
function popupwin(content) {
|
||||
op = window.open();
|
||||
/*function popupwin(content) {
|
||||
var op = window.open();
|
||||
op.document.open('text/plain');
|
||||
op.document.write(content);
|
||||
op.document.close();
|
||||
}
|
||||
}*/
|
||||
//-->
|
Loading…
x
Reference in New Issue
Block a user