diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-01-26 21:35:50 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-01-26 21:35:50 +0100 |
commit | 2411dd85bb9ace6f72b8b3e43e7ddba1855cfc99 (patch) | |
tree | 1d2df4e0cca4a3cd5b537cd41f5eb2a29ff207bf /lib/scripts/domTT.js | |
parent | 64c0800bb5449e485479047c9acac8b0136dd9cf (diff) | |
download | rpg-2411dd85bb9ace6f72b8b3e43e7ddba1855cfc99.tar.gz rpg-2411dd85bb9ace6f72b8b3e43e7ddba1855cfc99.tar.bz2 |
java script changes
This adds a javascript confirmation for the delete button in the user manager.
It also adds the $() shortcut function known from the prototype library.
darcs-hash:20060126203550-7ad00-d5690ef06432286239953a79c5dbbc25f8720204.gz
Diffstat (limited to 'lib/scripts/domTT.js')
-rw-r--r-- | lib/scripts/domTT.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/scripts/domTT.js b/lib/scripts/domTT.js index f6887968a..77fe89913 100644 --- a/lib/scripts/domTT.js +++ b/lib/scripts/domTT.js @@ -114,7 +114,7 @@ if (domLib_useLibrary && domTT_useGlobalMousePosition) { domTT_dragUpdate(in_event); } - } + }; } // }}} @@ -275,7 +275,7 @@ function domTT_activate(in_this, in_event) options.set('activateTimeout', domLib_setTimeout(domTT_runShow, options.get('delay'), [owner.id, in_event])); return owner.id; -} +}; // }}} // {{{ domTT_create() @@ -587,7 +587,7 @@ function domTT_create(in_options) in_options.set('node', tipObj); in_options.set('status', 'inactive'); -} +}; // }}} // {{{ domTT_show() |