Gotcha. Thanks! b
On Dec 20, 4:24 am, Anthony <abasta...@gmail.com> wrote: > We just renamed web2py_ajax.js to web2py.js (since it includes some JS code > not related to Ajax). The old file is no longer included, but if you just > unzipped the new folders over the old, it wouldn't remove the old file. You > can delete it. Note, we didn't change the name of web2py_ajax.html in the > views folder because that would have created more difficulties with > backward compatibility of layout plugins. > > Anthony > > > > > > > > On Monday, December 19, 2011 9:41:28 PM UTC-5, danny wrote: > > > Hi, in the lastest version of web2py (can't remember if this is the > > case for older versions), there are two files that are nearly > > identical in the default applications (admin, examples, welcome) js > > folder: 'web2py.js' and 'web2py_ajax.js'. > > > It looks like 'web2py.js' is the newer of the two, should I just > > discard 'web2py_ajax.js' if my project doesn't depend on it? Or is > > there some web2py code that needs it? > > > Dan