Customer Support Portal
Language
 
Home>Knowledge Base>Root>Dotnetnuke Modules>Content Rotator>How do I exclude the Rotator module js scripts from Pageblaster MergeJS
User Login
Username
Password
 
 Login
Information
Article ID18
Created On8/5/2009
Modified8/5/2009
Share With Others

How do I exclude the Rotator module js scripts from Pageblaster MergeJS

If you are using PageBlaster on your website you may have to exclude the Rotator script files from PageBlaster's MergeJS function as this function will cause the module to stop working correctly. To do this add the following exclude rules to PageBlaster:
<path pattern="jquery-1.2.6.min.js" excludeFrom="MergeJS"/>
<path pattern="jquery.cycle" excludeFrom="MergeJS"/>
<path pattern="jquery.easing" excludeFrom="MergeJS"/>

Thanks to Browe for sending us this information.