summaryrefslogtreecommitdiff
path: root/javascript/libs
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-06-27 17:49:17 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-06-27 17:49:17 +0000
commit24340a89f45f5c5b09581ca419b4ac67aca6f3b9 (patch)
tree2716755449766f951c588bf03b8542b45144b17c /javascript/libs
parent0b39813200328ec7e65ca0a0d450b05e84016322 (diff)
downloadutil-24340a89f45f5c5b09581ca419b4ac67aca6f3b9.tar.gz
util-24340a89f45f5c5b09581ca419b4ac67aca6f3b9.tar.bz2
util-24340a89f45f5c5b09581ca419b4ac67aca6f3b9.zip
use // comment style that packing works better
Diffstat (limited to 'javascript/libs')
-rw-r--r--javascript/libs/tabpane_original.js37
1 files changed, 16 insertions, 21 deletions
diff --git a/javascript/libs/tabpane_original.js b/javascript/libs/tabpane_original.js
index 4351f79..824cf94 100644
--- a/javascript/libs/tabpane_original.js
+++ b/javascript/libs/tabpane_original.js
@@ -1,30 +1,25 @@
-/***************************************************************************\
-* *
-* please modify this file and leave plenty of comments. when done, please *
-* visit http://dean.edwards.name/packer/ to compress this and place the *
-* compressed output in the loaded version of this file *
-* *
-* i think you need to remove all comments before compressing to get this *
-* compression to work. *
-* *
-\***************************************************************************/
+// $Header: /cvsroot/bitweaver/_bit_util/javascript/libs/Attic/tabpane_original.js,v 1.8 2007/06/27 17:49:17 squareing Exp $
-/*--------------------------------------------------------------------------\
-| Tab Pane 1.02 |
-|---------------------------------------------------------------------------|
-| Created by Erik Arvidsson |
-| (http://webfx.eae.net/contact.html#erik) |
-| For WebFX (http://webfx.eae.net/) |
-|---------------------------------------------------------------------------|
-| Copyright (c) 1998 - 2003 Erik Arvidsson |
-\--------------------------------------------------------------------------*/
+//-------------------------------------------------------------------------
+// Tab Pane 1.02
+//-------------------------------------------------------------------------
+// Created by Erik Arvidsson
+// (http://webfx.eae.net/contact.html#erik)
+// For WebFX (http://webfx.eae.net/)
+//-------------------------------------------------------------------------
+// Copyright (c) 1998 - 2003 Erik Arvidsson
+//-------------------------------------------------------------------------
-// Called to cause an FCKEditor to show. This fixes an incompatibility with
+// please modify this file and leave plenty of comments. This file will be
+// compressed automatically. Please make sure you only use comments beginning
+// with '//' and put comments on separate lines otherwise the packer will choke
+
+// Called to cause an FCKEditor to show. This fixes an incompatibility with
// tab pane and FCKEditor in Gecko browsers where the FCKEditor is created
// in a hidden tab. The editor fails to get focused without this.
function switchEditors(oNode) {
var i=0;
- // We use this to avoid the error when this runs BEFORE
+ // We use this to avoid the error when this runs BEFORE
// FKCEditor has created the API object.
if (document.FCKEditorLoaded) {
for (i=0;i<oNode.childNodes.length;i++) {