File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ function loadIntoWindow(window) {
304
304
for ( let m of ms ) {
305
305
if ( 'class' == m . attributeName ) {
306
306
if ( ~ m . oldValue . indexOf ( 'loading' )
307
- || m . oldValue === 'context-loader' ) {
307
+ || ~ m . oldValue . indexOf ( 'context-loader' ) ) {
308
308
window . setTimeout ( onPageLoad . bind ( null , doc ) , 820 ) ;
309
309
}
310
310
break ;
Original file line number Diff line number Diff line change 4
4
<em : id >{86054B0A-BD85-42F9-8E58-8794EC6F6EA1}</em : id >
5
5
<em : type >2</em : type >
6
6
<em : name >GitHub Extension Installer</em : name >
7
- <em : version >1.6a1 </em : version >
7
+ <em : version >1.6a2 </em : version >
8
8
<em : creator >Diego Casorran < dcasorran@gmail.com> </em : creator >
9
9
<em : description >Install Browser Extensions straight from GitHub Repositories</em : description >
10
10
<em : contributor >Jerone</em : contributor >
You can’t perform that action at this time.
0 commit comments