Let's break the wiki, I like breaking things

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2018-06-26 21:55:10 +00:00
parent 4db692d7ea
commit 17d20733c9

View file

@ -365,6 +365,17 @@ class FedoraTemplate extends QuickTemplate {
?>
});
</script>
<script>
$(function() {
$('.mw-headline').each(
function(f) {
$(this).prepend(
'<a href="#' + $(this).attr('id') + '">' + String.fromCodePoint(128279) + '</a> '
);
}
);
});
</script>
<?php $this->html('reporttime') ?>
<?php if ( $this->data['debug'] ): ?>