Added GUID to selected views, and started updating JCB accordingly.
This commit is contained in:
@ -273,7 +273,7 @@ jQuery(document).ready( function($) {
|
||||
?>
|
||||
function JRouter(link) {
|
||||
<?php
|
||||
if ($app->isSite())
|
||||
if ($app->isClient('site'))
|
||||
{
|
||||
echo 'var url = "'.JURI::root().'";';
|
||||
}
|
||||
|
Reference in New Issue
Block a user