Skip to content

Commit 185da4e

Browse files
committed
Fixed missing button on ajax-navigation
1 parent 7581a18 commit 185da4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ function loadIntoWindow(window) {
304304
for(let m of ms) {
305305
if('class' == m.attributeName) {
306306
if(~m.oldValue.indexOf('loading')
307-
|| m.oldValue === 'context-loader') {
307+
|| ~m.oldValue.indexOf('context-loader')) {
308308
window.setTimeout(onPageLoad.bind(null,doc),820);
309309
}
310310
break;

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.6a1</em:version>
7+
<em:version>1.6a2</em:version>
88
<em:creator>Diego Casorran &lt;dcasorran@gmail.com&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)