Hi, there is a new interface available for BugHerd. To update to the new API we simply need to change lines 34-39 in bugherd.module to the following:
(function (d, t) {
var bh = d.createElement(t), s = d.getElementsByTagName(t)[0];
bh.type = 'text/javascript';
bh.src = '//www.bugherd.com/sidebarv2.js?apikey={$api_key}';
s.parentNode.insertBefore(bh, s);
})(document, 'script');
Patch to follow shortly....
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | bugherd-api-update-1506352-4.patch | 641 bytes | berenddeboer |
| #1 | bugherd-api-update-1506352-3.patch | 763 bytes | berenddeboer |
Comments
Comment #1
berenddeboer commentedHere's the patch.
Comment #2
berenddeboer commentedHere a patch so bugherd loads in the footer, which should help with page load a bit.
Comment #3
berenddeboer commentedComment #4
dieuweWorks as intended.
Comment #5
skwashd commentedThis patch has been applied, with a couple of coding standards fixes. See cda46ead3f05f66ccb0fad73b1daf1db1c422241