Fix viewsrc to use colorbox.

pull/96/merge
Thomas Willingham 2013-02-06 03:14:51 +00:00
parent 229853e09c
commit 5cca6daad4
1 changed files with 1 additions and 1 deletions

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;