| Current Path : /var/www/html/components/com_community/assets/postbox/js/ |
| Current File : /var/www/html/components/com_community/assets/postbox/js/app.js |
define('app',[],function() {
var staticUrl;
staticUrl = window.joms_script_url || '';
staticUrl = staticUrl.replace( /js\/$/, '' );
return {
staticUrl: staticUrl,
legacyUrl: staticUrl + '../../'
};
});