Let's break the wiki, I like breaking things
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
4db692d7ea
commit
17d20733c9
1 changed files with 11 additions and 0 deletions
|
@ -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'] ): ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue