Closed (fixed)
Project:
jQuery UI
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2010 at 14:02 UTC
Updated:
22 Oct 2010 at 16:38 UTC
Is there a easy way to exclude the library for anonymous users? The only modules depending on Jqeury UI that we use is context. When we aggregate the CSS & js files ui gets included and bloats the page size by a bit.
Any ideas?
Comments
Comment #1
hedinfoto commentedFound it. There was a module using the drupal_add_js for the UI components. Turned that off and they were removed from the aggregated files.