From d3837363e96fef497846bc14a61d90f182cb6a12 Mon Sep 17 00:00:00 2001 From: stefanp Date: Mon, 23 Sep 2002 12:22:13 +0000 Subject: [PATCH] added blank onRequest() --- Application/functions.js | 7 +++++++ Root/functions.js | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/Application/functions.js b/Application/functions.js index e0e3ca18..63d7278f 100644 --- a/Application/functions.js +++ b/Application/functions.js @@ -1,3 +1,4 @@ + /** * construct an application object so that we can use * skins for non-active applications too @@ -8,6 +9,12 @@ function constructor(name) { } +/** + * of no use, just to avoid error message + */ +function onRequest () { +} + /** * return true/false to determine if application is running diff --git a/Root/functions.js b/Root/functions.js index 55a0baea..342e79ea 100644 --- a/Root/functions.js +++ b/Root/functions.js @@ -1,4 +1,10 @@ +/** + * of no use, just to avoid error message + */ +function onRequest () { +} + /** * lists all applications in appdir. * for active apps use this.getApplications() = helma.main.Server.getApplications()