/* site.js - Originally Created by Ruddick "Vinny" Lawrence * ------------------------------------------------------------- * Templatized javascript that makes BASE_URL and MEDIA_URL from * settings.py available to other javascripts. */ var site = { BASE_URL: 'http://lsjumb.stanford.edu/', MEDIA_URL: 'http://lsjumb.stanford.edu/media/' };