Skip to content

Commit

Permalink
fix: Remove Barelog / Productfeed (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Nov 8, 2020
1 parent 63bc6c5 commit 3115c01
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions app/templates/feed.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,37 +179,8 @@ <h2>Recent activity</h2>
>
</li>
</ul>
<p>
Openwhyd is maintained collaboratively,<br />under the MIT License.
<a
id="barelog-trigger"
href="#"
style="position: relative; padding-right: 22px"
>What's new?</a
><span id="headway-changelog-badge" />
</p>
<p>Openwhyd is maintained collaboratively,<br />under the MIT License.</p>
</div>

<!-- this script activates the "What's new?" link -->
<script>
(function (b, a, r, e, l, o, g) {
(o = a.createElement(r)), (g = a.getElementsByTagName(r)[0]);
o.async = 1;
o.src = e;
g.parentNode.insertBefore(o, g);
o.addEventListener('load', function () {
setTimeout(function () {
Barelog(options);
}, 50);
});
})(window, document, 'script', 'https://cdn.productfeed.app/widget.js');

var options = {
id: 't8nrxyyfogwt',
trigger: '#productfeed-trigger',
};
</script>
<!-- end of "What's new?" link -->
</div>
<!-- END RIGHT BAR-->
{{/user}} {{#playlist}}{{#inContest}}
Expand Down

0 comments on commit 3115c01

Please sign in to comment.