Skip to content

Commit

Permalink
Fixed missing button on ajax-navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
diegocr committed Apr 18, 2015
1 parent 7581a18 commit 185da4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ function loadIntoWindow(window) {
for(let m of ms) {
if('class' == m.attributeName) {
if(~m.oldValue.indexOf('loading')
|| m.oldValue === 'context-loader') {
|| ~m.oldValue.indexOf('context-loader')) {
window.setTimeout(onPageLoad.bind(null,doc),820);
}
break;
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.6a1</em:version>
<em:version>1.6a2</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 185da4e

Please sign in to comment.