uploader v0.1

This commit is contained in:
2015-12-16 22:52:17 +01:00
parent 63478c37da
commit 3cc93afaf1
9 changed files with 1474 additions and 3276 deletions

View File

@@ -131,6 +131,17 @@ function Spot(asGlobals)
/* Page Switch - DOM Replacement */
this.getActionLink = function(sAction, oVars)
{
if(!oVars) oVars = {};
sVars = '';
for(i in oVars)
{
sVars += '&'+i+'='+oVars[i];
}
return self.consts.process_page+'?a='+sAction+sVars;
};
this.resetTmpFunctions = function()
{
self.pageInit = function(asHash){console.log('no init for the page: '+asHash.page)};