Skip to content

Commit 51ed91f

Browse files
committed
add min version script
1 parent a22bb57 commit 51ed91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plg_editors-xtd_fbcomments/fbcomments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class PlgButtonFbComments extends CMSPlugin
3636
*/
3737
public function onDisplay($name)
3838
{
39-
HTMLHelper::_('script', 'media/plg_editors-xtd_fbcomments/js/fbcomments.js', array('version' => 'auto'));
39+
HTMLHelper::_('script', 'media/plg_editors-xtd_fbcomments/js/fbcomments.min.js', array('version' => 'auto'));
4040

4141
// Pass some data to javascript
4242
Factory::getDocument()->addScriptOptions(

0 commit comments

Comments
 (0)