Skip to content

Commit

Permalink
- tidied up
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrik Tschersich committed Dec 1, 2020
1 parent 1016994 commit c04c8f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 1 addition & 3 deletions Classes/Hooks/ShyGuyHook.php
Expand Up @@ -46,6 +46,4 @@ protected function getLanguageService()
{
return $GLOBALS['LANG'];
}
}

//↵
}
5 changes: 0 additions & 5 deletions ext_localconf.php
Expand Up @@ -5,11 +5,6 @@

if (TYPO3_MODE=="BE" ) {
$pageRenderer = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Core\Page\PageRenderer::class);
// $pageRenderer->loadRequireJsModule(
// 'TYPO3/CMS/Shyguy/Shyguy',
// 'function() { console.log("Yeah!!!");}'
// );
// $pageRenderer->addJsFile('EXT:shyguy/Resources/Public/Javascript/Shyguy.js', 'text/javascript', true, false, '', true, '|', false, '');
$pageRenderer->addJsFile('EXT:shyguy/Resources/Public/Javascript/Shyguy.min.js', 'text/javascript');
}

Expand Down

0 comments on commit c04c8f6

Please sign in to comment.