mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-27 00:40:52 +01:00
10 lines
197 B
Plaintext
10 lines
197 B
Plaintext
<public:attach event="oncontentready" onevent="init();" />
|
|
<script>
|
|
function init() {
|
|
element.innerHTML = '“'+element.innerHTML+'”';
|
|
}
|
|
</script>
|
|
|
|
<!-- vim: et sw=4 sts=4
|
|
-->
|