mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 04:03:41 +00:00
Fix viewsrc to use colorbox.
This commit is contained in:
parent
229853e09c
commit
5cca6daad4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ function viewsrc_page_end(&$a, &$o){
|
|||
$a->page['htmlhead'] .= <<< EOS
|
||||
<script>
|
||||
$(function(){
|
||||
$('a[href*="/viewsrc/"]').fancybox();
|
||||
$('a[href*="/viewsrc/"]').colorbox();
|
||||
});
|
||||
</script>
|
||||
EOS;
|
||||
|
|
Loading…
Reference in a new issue