From 4991db91ac02171e7efc1434b139ee97530690fa Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 15 Jan 2006 20:28:06 +0000 Subject: [PATCH] r733: Adding a global.js file --- templates/global.js | 22 ++++++++++++++++++++++ templates/headinclude.tpl | 3 ++- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 templates/global.js diff --git a/templates/global.js b/templates/global.js new file mode 100644 index 0000000..796671c --- /dev/null +++ b/templates/global.js @@ -0,0 +1,22 @@ +/*=====================================================================*\ +|| ################################################################### || +|| # Bugdar [#]version[#] +|| # --------------------------------------------------------------- # || +|| # Copyright ©2002-[#]year[#] by Iris Studios, Inc. All Rights Reserved. # || +|| # This file may not be reproduced in any way without permission. # || +|| # --------------------------------------------------------------- # || +|| # User License Agreement at http://www.iris-studios.com/license/ # || +|| ################################################################### || +\*=====================================================================*/ + +function draw_cancel() +{ + document.write(''); +} + +/*=====================================================================*\ +|| ################################################################### +|| # $HeadURL$ +|| # $Id$ +|| ################################################################### +\*=====================================================================*/ \ No newline at end of file diff --git a/templates/headinclude.tpl b/templates/headinclude.tpl index d084218..48e0543 100644 --- a/templates/headinclude.tpl +++ b/templates/headinclude.tpl @@ -1,3 +1,4 @@ - \ No newline at end of file + + \ No newline at end of file -- 2.22.5