On May 25, 2012 10:11 PM, "Derric Atzrott" datzrott@alizeepathology.com wrote:
Ah. That would do it. I had forgotten to mention this, but in SpecialMasterPlanForm.php I have a line "$wgOut->addModules( 'ext.MasterPlanForm.core');" but if I need put that in a BeforePageDisplay hook, that would explain it.
No, the way you did it is right, I didn't know you had a special page. If the module names match, then it should work: your JS should load, but only on the special page. Use alert() to test if your JS is running.
Roan