Closed (fixed)
Project:
exif2gmap
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 May 2009 at 17:56 UTC
Updated:
6 Jun 2009 at 04:10 UTC
The JavaScript for creating the map does not get cached into cache_filter table because it is added to the page by using drupal_set_html_head and drupal_add_js functions. To fix this problem, the JavaScript must be added directly to the filtered text (instead of using drupal_set_html_head and drupal_add_js functions). The patch for this issue can be found in the attachment.
| Comment | File | Size | Author |
|---|---|---|---|
| exif2gmap.moddule.cache_fix.patch | 853 bytes | chalaini |
Comments
Comment #1
iktaka commentedThank you.
I'll check the patch.
Comment #2
iktaka commentedFixed on new version.
Please check it.