From: Ben S. <ben...@tr...> - 2000-12-06 21:53:11
|
I've been playing around with the newest releases, and I think I may have found a bug in the DynAPI.include function. When loading my own source files like this: DynAPI.include('myfile.js','js/'); the include function tries to output: <script language="Javascript1.2" src="js/myfile//js"></script> It also happens when I try to include 'myfile' instead of 'myfile.js'. Is this a deliberate change from the earlier 2.0 way of doing this, or a legitimate bug? - ben |