Closed (fixed)
Project:
Media Nivo Slider
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2012 at 18:56 UTC
Updated:
16 Oct 2012 at 16:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
jgraham commentedSorry about all of the whitespace adjustments... my editor strips trailing whitespace. Pertinent patch lines are 112-117 and 205-220.
This is just removing the calls to drupal_add_css() and drupal_add_js() and replacing them with cache resilient method as described in #214856: CSS and JS for Cached Blocks (drupal_add_css incompatible with blocks).
Comment #2
jgraham commentedPrevious patch was broken please use this instead.
Comment #3
jgraham commentedSorry for the issue spam. This last patch removes one last call to drupal_add_js() so that all js/css will be via #attached which will be cached with the block object.
Comment #4
peronas commentedSorry for the delay on addressing this.
Thanks for the patch jgraham! Patch applied and committed should be in the next dev release that's built.
Comment #5
peronas commented