]> git.mxchange.org Git - friendica-addons.git/commitdiff
Fix viewsrc to use colorbox.
authorThomas Willingham <founder@kakste.com>
Wed, 6 Feb 2013 03:14:51 +0000 (03:14 +0000)
committerThomas Willingham <founder@kakste.com>
Wed, 6 Feb 2013 03:14:51 +0000 (03:14 +0000)
viewsrc/viewsrc.php

index f165e9c5353ba73dd63bf2537bb691074eccb0d7..9e3658c168bfffafd5debe372a4b1c4c7faed513 100644 (file)
@@ -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;