This repository was archived by the owner on Jul 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 2
2
Function: eCSStender()
3
3
Author: Aaron Gustafson (aaron at easy-designs dot net)
4
4
Creation Date: 2006-12-03
5
- Version: 1.2.6.6
5
+ Version: 1.2.6.7
6
6
Homepage: http://eCSStender.org
7
7
License: MIT License (see homepage)
8
8
------------------------------------------------------------------------------*/
@@ -125,7 +125,7 @@ License: MIT License (see homepage)
125
125
// eCSStender Object
126
126
eCSStender = {
127
127
name : ECSSTENDER ,
128
- version : '1.2.6.6 ' ,
128
+ version : '1.2.6.7 ' ,
129
129
fonts : [ ] ,
130
130
pages : { } ,
131
131
at : { } ,
@@ -1259,15 +1259,9 @@ License: MIT License (see homepage)
1259
1259
else
1260
1260
{
1261
1261
__xhr = new XHR ( ) ;
1262
+ __xhr . open ( 'GET' , file , TRUE ) ;
1262
1263
__xhr . onreadystatechange = xhrHandler ;
1263
- __xhr . open ( 'GET' , file , FALSE ) ;
1264
1264
__xhr . send ( NULL ) ;
1265
- try {
1266
- if ( __xhr . onreadystatechange != xhrHandler )
1267
- {
1268
- __xhr . onreadystatechange = xhrHandler ( ) ;
1269
- }
1270
- } catch ( e ) { }
1271
1265
}
1272
1266
}
1273
1267
else
@@ -1308,6 +1302,7 @@ License: MIT License (see homepage)
1308
1302
__modified [ fingerprint ( __stylesheets [ __s ] . actual_path ) ] = __xhr . getResponseHeader ( 'Last-Modified' ) ;
1309
1303
}
1310
1304
__s ++ ;
1305
+ __xhr . onreadystatechange = EMPTY_FN ;
1311
1306
getCSSFiles ( ) ;
1312
1307
}
1313
1308
}
You can’t perform that action at this time.
0 commit comments