diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2009-08-12 12:20:55 +0200 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2009-08-12 12:20:55 +0200 |
commit | 050f4a944248d0ceb6888477ea6b1367bb1bdf47 (patch) | |
tree | e8b65cce1955c9eefec0f82f884291c63fe77c04 /lib/exe/js.php | |
parent | 3abeade3cb993787734d7865be27905ac9e338e9 (diff) | |
download | rpg-050f4a944248d0ceb6888477ea6b1367bb1bdf47.tar.gz rpg-050f4a944248d0ceb6888477ea6b1367bb1bdf47.tar.bz2 |
Script lib for draggable DOM objects
Ignore-this: 907af01f2757cc494d2c54d8e4d7b9d1
This adds a simple object that can be attached to positioned DOM objects
to make them draggable. This is useful for inplace dialogs.
note: development was part of the ICKE 2.0 project see
http://www.icke-projekt.de for info
darcs-hash:20090812102055-6e07b-88451d4d67877224950a289b9cd415544f4c2755.gz
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r-- | lib/exe/js.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php index 7c5ad021c..96c7c6e77 100644 --- a/lib/exe/js.php +++ b/lib/exe/js.php @@ -48,6 +48,7 @@ function js_out(){ DOKU_INC.'lib/scripts/tw-sack.js', DOKU_INC.'lib/scripts/ajax.js', DOKU_INC.'lib/scripts/index.js', + DOKU_INC.'lib/scripts/drag.js', ); if($edit){ if($write){ |