Closed (fixed)
Project:
OM 2 HTML5
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2011 at 16:12 UTC
Updated:
1 Apr 2011 at 05:13 UTC
Hi!
Kinda noticed that there isn't a query string appended at the end of the css stylesheet filenames to force the browser to reload the stylesheets for the D6 version. Don't think it's a major thing but I think might be a bit helpful. Got it from drupal_get_css().
A dummy query-string is added to filenames, to gain control over browser-caching. The string changes on every update or full cache flush, forcing browsers to load a new copy of the files, as the URL changed.
| Comment | File | Size | Author |
|---|---|---|---|
| querystring.patch | 939 bytes | dsdeiz |
Comments
Comment #1
danielhonrade commentedgreat, thanks, i'll commit this patch.
Comment #2
danielhonrade commentedcommitted on dev, will be available in 12hours
Comment #3
danielhonrade commented