git ssb

0+

cel / ssb-wikimedia



Commit 3e16d9e26cb2f5204c569b42349451a6900adeda

Add trailing ampersand

cel committed on 12/1/2019, 5:24:12 AM
Parent: caf3d30d63d6aeaa044de2339d4f9a0bd26a80e2

Files changed

bin.jschanged
bin.jsView
@@ -177,9 +177,10 @@
177177 pagesInfoForApiByTitle[info.title] = info
178178 return info.title
179179 })
180180 var url = api + '?format=json&action=query' +
181- '&titles=' + encodeURIComponent('\x1f' + titles.join('\x1f'))
181 + '&titles=' + encodeURIComponent('\x1f' + titles.join('\x1f')) +
182 + '&' // trailing & needed for some reason
182183 waiting++
183184 getJson(url, function (err, data) {
184185 if (err) throw err
185186 if (data.warnings) console.trace('Warnings:', data.warnings)

Built with git-ssb-web