Difference between revisions of "MediaWiki:Common.js"
Jump to navigation
Jump to search
(text fx?) |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
$(document).ready(function() { | $(document).ready(function() { | ||
$('body').append(` | $('body').append(` | ||
Line 13: | Line 10: | ||
`); | `); | ||
}); | }); | ||
+ | |||
+ | jQuery.getScript('//cmp.osano.com/Azyw1RRk4ZCOx2wli/04c9aa84-7b4a-45a8-bb7e-3b3767dd3378/osano.js'); | ||
+ | ('#free_text').wikiEditor; |
Revision as of 07:16, 28 August 2024
$(document).ready(function() {
$('body').append(`
<div class="flowing-numbers">
<span>001101010</span>
<span>110100110</span>
<span>011010101</span>
<span>101001101</span>
<span>010110110</span>
</div>
`);
});
jQuery.getScript('//cmp.osano.com/Azyw1RRk4ZCOx2wli/04c9aa84-7b4a-45a8-bb7e-3b3767dd3378/osano.js');
('#free_text').wikiEditor;