mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 04:19:41 +01:00
Small fixes to possibly fix the IE5.5 problem.
This commit is contained in:
parent
0da8fdf53e
commit
d915c33f18
@ -18,17 +18,19 @@
|
|||||||
-->
|
-->
|
||||||
</STYLE>
|
</STYLE>
|
||||||
<script language="javascript">
|
<script language="javascript">
|
||||||
<!-- // hide
|
<!--
|
||||||
function MM_preloadImages() {
|
function MM_preloadImages() {
|
||||||
if (document.images) {
|
if (document.images) {
|
||||||
var imgFiles = MM_preloadImages.arguments;
|
var imgFiles = MM_preloadImages.arguments;
|
||||||
if (document.preloadArray==null) document.preloadArray = new Array();
|
if (document.preloadArray==null) document.preloadArray = new Array();
|
||||||
var i = document.preloadArray.length;
|
var i = document.preloadArray.length;
|
||||||
with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){
|
with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){
|
||||||
preloadArray[i] = new Image;
|
preloadArray[i] = new Image;
|
||||||
preloadArray[i++].src = imgFiles[j];
|
preloadArray[i++].src = imgFiles[j];
|
||||||
} }}
|
}
|
||||||
// end hide -->
|
}
|
||||||
|
}
|
||||||
|
-->
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<TITLE>{website_title}</TITLE>
|
<TITLE>{website_title}</TITLE>
|
||||||
|
Loading…
Reference in New Issue
Block a user