1 2 3 4 5 6 7 8 9 10
elgg.provide('elgg.config'); /** * Returns the current site URL * * @return {String} The site URL. */ elgg.get_site_url = function() { return elgg.config.wwwroot; }