Skip to content
Snippets Groups Projects
Commit 8395e26e authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

force horiz. scroll; utf8

parent fd4c9365
Branches
Tags
No related merge requests found
......@@ -19,6 +19,8 @@
background-color:#FFFFDD;
font-family:monospace;
word-wrap: break-word;
overflow-x: scroll;
overflow-y: hidden;
}
</style>
<link rel="shortcut icon" type="image/x-icon" href="../img/dcc-favicon.png">
......@@ -85,7 +87,7 @@
$.ajax({
type:'POST',url:url,data:xml_data,
dataType:'text',
contentType:'text/xml;charset="utf-8"'
contentType:'text/xml;charset=utf-8'
}).done(function(d) {
if (d.indexOf('<ok/>') > -1) {
$('#fname').addClass('SUCCESS');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment