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