Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diegocr committed Apr 19, 2015
1 parent 185da4e commit bdc592d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ function loadIntoWindow(window) {
if('class' == m.attributeName) {
if(~m.oldValue.indexOf('loading')
|| ~m.oldValue.indexOf('context-loader')) {
window.setTimeout(onPageLoad.bind(null,doc),820);
window.setTimeout(onPageLoad.bind(null,doc),1450);
}
break;
}
Expand All @@ -318,7 +318,7 @@ function loadIntoWindow(window) {
if(!(doc.location && doc.location.host == 'github.com'))
return;

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

e = doc.getElementsByClassName(e);
for(let o of e) {
Expand Down
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<em:id>{86054B0A-BD85-42F9-8E58-8794EC6F6EA1}</em:id>
<em:type>2</em:type>
<em:name>GitHub Extension Installer</em:name>
<em:version>1.6a2</em:version>
<em:version>1.6.0</em:version>
<em:creator>Diego Casorran &lt;dcasorran@gmail.com&gt;</em:creator>
<em:description>Install Browser Extensions straight from GitHub Repositories</em:description>
<em:contributor>Jerone</em:contributor>
Expand Down

0 comments on commit bdc592d

Please sign in to comment.