Skip to content

Commit 2fe12b5

Browse files
authored
Merge pull request #42 from magefan/10193-Remove-UTM-from-links
10193-Remove-UTM-from-links
2 parents b0b5c93 + 6231f72 commit 2fe12b5

File tree

1 file changed

+1
-1
lines changed
  • Block/Adminhtml/System/Config/Form

1 file changed

+1
-1
lines changed

Block/Adminhtml/System/Config/Form/Info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Info extends \Magefan\Community\Block\Adminhtml\System\Config\Form\Info
2121
*/
2222
protected function getModuleUrl()
2323
{
24-
return 'https://mage' . 'fan.com/magento-2-image-lazy-load-extension?utm_source=m2admin_lazyload_config&utm_medium=link&utm_campaign=regular';
24+
return 'https://mage' . 'fan.com/magento-2-image-lazy-load-extension';
2525
}
2626

2727
/**

0 commit comments

Comments
 (0)