hanhwa_nexacro/templates/nexacro/common/common.xjs.tpl

16 lines
233 B
Smarty

this.gfnApiBase = function()
{
return application.g_apiBase || "/api";
};
this.gfnBuildTransactionUrl = function(path)
{
return this.gfnApiBase() + path;
};
this.gfnShowMessage = function(message)
{
trace(message);
};