forked from hummypkg/webif
add doctype to headers, fix iajax problem
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@416 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
parent
926a49737a
commit
31688eaa1c
@ -33,7 +33,7 @@ jQuery.ajaxPrefilter(function(options, _, jqXHR) {
|
||||
}
|
||||
}
|
||||
} catch(e) {
|
||||
alert(e);
|
||||
console.log(e);
|
||||
}
|
||||
}, options.progressInterval);
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
puts {
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
|
@ -1,3 +1,5 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title><!--#exec cmd="/mod/var/mongoose/include/model.jim" --></title>
|
||||
|
Loading…
Reference in New Issue
Block a user