RSS Git Download  Clone
Raw View History
Blames found: 1 Mode: javascript Binary: false


Hang on, we reloading big blames...
$(() => { const commitList = $('#p3x-gitlist-commits-list'); if (commitList.length > 0) { const twemojiSettings = require('./settings').twemoji; commitList.html(twemoji.parse(commitList.html(), twemojiSettings)); } })