Closed (fixed)
Project:
Flickr
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2014 at 15:23 UTC
Updated:
11 Mar 2014 at 21:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
lolandese commentedGood catch.
It even seems that drupal_add_css is only needed once per page load. This is done already in flickr.module in the hook_init of line 23. It can therefore be safely removed in all other files.
Furthermore, it seems logical to apply this also on /flickr_tags.css, so we wrap that in a conditional if as suggested.
Thanks.
Comment #2
lolandese commentedhttp://drupalcode.org/project/flickr.git/commitdiff/8c1d065