Skip to content

Commit

Permalink
Set Onepage.min.js as default
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Steuri committed Nov 12, 2017
1 parent e994274 commit 0a70e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/modules/ModuleWrOnepage.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ protected function compile()
}

if($this->loadDefaultJavascript){
$GLOBALS['TL_JAVASCRIPT'][] = 'bundles/wronepage/Onepage.js';
$GLOBALS['TL_JAVASCRIPT'][] = 'bundles/wronepage/Onepage.min.js';
}

$arrArticle = array();
Expand Down

0 comments on commit 0a70e9b

Please sign in to comment.