Skip to content

Commit bdc592d

Browse files
committed
1.6.0
1 parent 185da4e commit bdc592d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bootstrap.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ function loadIntoWindow(window) {
305305
if('class' == m.attributeName) {
306306
if(~m.oldValue.indexOf('loading')
307307
|| ~m.oldValue.indexOf('context-loader')) {
308-
window.setTimeout(onPageLoad.bind(null,doc),820);
308+
window.setTimeout(onPageLoad.bind(null,doc),1450);
309309
}
310310
break;
311311
}
@@ -318,7 +318,7 @@ function loadIntoWindow(window) {
318318
if(!(doc.location && doc.location.host == 'github.com'))
319319
return;
320320

321-
['page-context-loader','context-loader'].forEach(e => {
321+
['page-context-loader','context-loader','repository-content'].forEach(e => {
322322

323323
e = doc.getElementsByClassName(e);
324324
for(let o of e) {

install.rdf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<em:id>{86054B0A-BD85-42F9-8E58-8794EC6F6EA1}</em:id>
55
<em:type>2</em:type>
66
<em:name>GitHub Extension Installer</em:name>
7-
<em:version>1.6a2</em:version>
7+
<em:version>1.6.0</em:version>
88
<em:creator>Diego Casorran &lt;[email protected]&gt;</em:creator>
99
<em:description>Install Browser Extensions straight from GitHub Repositories</em:description>
1010
<em:contributor>Jerone</em:contributor>

0 commit comments

Comments
 (0)