On 3/20/11 12:37 PM, tbensky wrote:
Hi Jason-
Sorry to keep bugging you about this but I think I'm getting closer to
getting this working. I have found a bunch of apache mod_rewrites has
taken care of many problems, but I the the ajax calls are still
broken. I have identified a javascript function called "asych_request"
which appears to be a prime candidate for a base-url prefix.

My problem now is that the javascript code appears to be compressed or
shrouded in the deployed sage math version. Is there a command or
section of the makefile that rebuilds the deployed javascript code
(in /javascript) from the "readable" code found in the devel
directory? I am thinking that I could add a base url to this function,
rebuild it, and see if that moves this along.
Thanks,

If you change something in $SAGE_ROOT/devel/sagenb/sagenb/data/sage/js/, that change should be immediately visible in the notebook. You might have to refresh your page and/or clear your cache to get the updated javascript file, though.

I believe all of the ajax requests go through the async_lib.js file (that's where you find async_request).

Thanks for working on this!

Jason

--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to