Closed (fixed)
Project:
Webform Conditional (Same Page Conditionals)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2010 at 09:29 UTC
Updated:
12 Jan 2011 at 14:11 UTC
when I wanted to look into a different issue I'm having with this module I noticed that it pollutes the global namespace like crazy, even temporary variables that aren't even used outside of the function where they're defined
attached patch is a step in the direction of keeping everything nice and snug within Drupal.behaviors, Drupal.settings.webform_conditional and Drupal.webform_conditional
| Comment | File | Size | Author |
|---|---|---|---|
| webform_conditional_namespace.patch | 10.38 KB | seutje |
Comments
Comment #1
tedbowseutje, I have rewritten the JavaScript for this module.