aboutsummaryrefslogtreecommitdiff
path: root/js/lib/configuration.js
blob: 6e221c957041d7a13f54db9bc11c091626430882 (plain)
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;
};