[MOBY-guts] biomoby commit
Eddie Kawas
kawas at dev.open-bio.org
Tue Feb 19 14:25:38 UTC 2008
kawas
Tue Feb 19 09:25:38 EST 2008
Update of /home/repository/moby/moby-live/Perl/scripts
In directory dev.open-bio.org:/tmp/cvs-serv13566/Perl/scripts
Modified Files:
ServicePingerValidator
Log Message:
changed how i set the class name of the iframe that is hidden because ie didnt like it
moby-live/Perl/scripts ServicePingerValidator,1.2,1.3
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/scripts/ServicePingerValidator,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/Perl/scripts/ServicePingerValidator 2008/01/10 14:40:27 1.2
+++ /home/repository/moby/moby-live/Perl/scripts/ServicePingerValidator 2008/02/19 14:25:37 1.3
@@ -89,7 +89,7 @@
}
);
- my $input = _empty_input();
+ my $input = &_empty_input();
my $out =
$soap->$name( SOAP::Data->type( 'string' => "$input" ) )->result;
do {
@@ -144,7 +144,7 @@
}
);
- my $input = _empty_input();
+ my $input = &_empty_input();
my $out =
$soap->$name( SOAP::Data->type( 'string' => "$input" ) )->result;
do {
@@ -398,7 +398,7 @@
function testServices(auth,name)
{
- document.getElementById('output_div').setAttribute('class','visible')
+ document.getElementById('output_div').className = 'visible'
var u = location.href + "?authority=" + auth + "&service="+name
//window.open(u)
document.getElementById('results').src=u;
More information about the MOBY-guts
mailing list