diff options
Diffstat (limited to 'template/mini_profile.st')
| -rw-r--r-- | template/mini_profile.st | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/template/mini_profile.st b/template/mini_profile.st index b7c82cc..a991f6b 100644 --- a/template/mini_profile.st +++ b/template/mini_profile.st @@ -35,3 +35,11 @@ <div><img id="bio" src="/static/img/noinfo.png"><br><br></div> $endif$ </div> +<script> +jQuery(function() { + jQuery(".linkify").each(function() { + var text = jQuery(this).text(); + jQuery(this).html(linkifyWithoutImage(text)); + }); +}); +</script>
\ No newline at end of file |
