Needs review
Project:
Popups API (Ajax Dialogs) [D7]
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2009 at 07:11 UTC
Updated:
27 Feb 2009 at 18:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
robloachThis might be a bit safer because we're giving the tabs context rather then just the menu index.
Comment #2
robloachSorry, that was ugly......
Comment #3
sirkitree commented/me is not sure that you need the module_enable(). If the path isn't every loaded, then the js (of course) cannot. Is there another reason to use that?
Comment #4
robloachIt saves a couple if statement checks every page load. Also allows us to split up the popup support into different module segments (cleaner).... You don't really want to check for the URL if you know it doesn't exist.