[bknr-cvs] r2459 - branches/bos/projects/bos/payment-website/infosystem
ksprotte at common-lisp.net
ksprotte at common-lisp.net
Mon Feb 11 10:13:25 UTC 2008
Author: ksprotte
Date: Mon Feb 11 05:13:22 2008
New Revision: 2459
Modified:
branches/bos/projects/bos/payment-website/infosystem/javascript.js
Log:
Fixed YouTube-Fenster #6 by changing height
Modified: branches/bos/projects/bos/payment-website/infosystem/javascript.js
==============================================================================
--- branches/bos/projects/bos/payment-website/infosystem/javascript.js (original)
+++ branches/bos/projects/bos/payment-website/infosystem/javascript.js Mon Feb 11 05:13:22 2008
@@ -899,7 +899,7 @@
document.getElementById("MovieApplet").innerHTML
= '<object width="360" height="340"> <param name="movie" value=" '
+ movie_url + '"> </param> <embed src=" '
- + movie_url + '" type="application/x-shockwave-flash" width="360" height="340"> </embed> </object>';
+ + movie_url + '" type="application/x-shockwave-flash" width="360" height="302"> </embed> </object>';
}
}
More information about the Bknr-cvs
mailing list