Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2010 at 13:41 UTC
Updated:
29 Sep 2010 at 22:31 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mavimo commentedrepatched
Comment #3
moshe weitzman commentedlooks good
Comment #4
sunIf $cookie_domain is empty, then we don't want to output that JS setting.
1) The Drupal.settings.PROPERTY checks have to be typeof Drupal.settings.PROPERTY checks.
2) At first sight, I don't understand why the code appends a blank space. If that space is required, then there should be an inline comment, so as to prevent the next developer from removing it.
Powered by Dreditor.
Comment #5
treksler commentedwhy do we want this patch? it exacerbates the problem in http://drupal.org/node/229825 by spewing more has_js cookies instead of just one for the '/' path which is bad enough and needs to go away.