Skip to content

Commit

Permalink
Remove useless call of 'behavior.core'
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedik committed Aug 20, 2016
1 parent fce59c5 commit f582a93
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libraries/joomla/document/renderer/html/head.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ public function fetchHead($document)
$document->_metaTags['name']['tags'] = implode(', ', $tagsHelper->getTagNames($document->_metaTags['name']['tags']));
}

if (JText::script())
{
JHtml::_('behavior.core');
}

// Trigger the onBeforeCompileHead event
$app = JFactory::getApplication();
$app->triggerEvent('onBeforeCompileHead');
Expand Down

0 comments on commit f582a93

Please sign in to comment.