Fix viewsrc to use colorbox.

This commit is contained in:
Thomas Willingham 2013-02-06 03:14:51 +00:00
parent 229853e09c
commit 5cca6daad4

View 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;