summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Dale <sdale@pfsense.org>2007-05-07 03:53:09 +0000
committerScott Dale <sdale@pfsense.org>2007-05-07 03:53:09 +0000
commitd2f63c12299ce0ed027320c7b93f96ec174ce290 (patch)
tree753ab6f940a1ce6e132027611bd93c10895db3f7
parentf69aa687d120e863676c6e3e79147b8d8478c58d (diff)
downloadpfsense-d2f63c12299ce0ed027320c7b93f96ec174ce290.zip
pfsense-d2f63c12299ce0ed027320c7b93f96ec174ce290.tar.gz
correct scriptaculous handle
-rwxr-xr-xusr/local/www/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 1bbeb0f..86a2aec 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -370,8 +370,8 @@ echo $jscriptstr;
<script type="text/javascript">
// <![CDATA[
- Sortable.create("col1", {tag:'div',dropOnEmpty:true,containment:columns,handle:'widgetheader',constraint:false,only:'moveable',onChange:updatePref});
- Sortable.create("col2", {tag:'div',dropOnEmpty:true,containment:columns,handle:'widgetheader',constraint:false,only:'moveable',onChange:updatePref});
+ Sortable.create("col1", {tag:'div',dropOnEmpty:true,containment:columns,handle:'widgetheader',constraint:false,only:'widgetdiv',onChange:updatePref});
+ Sortable.create("col2", {tag:'div',dropOnEmpty:true,containment:columns,handle:'widgetheader',constraint:false,only:'widgetdiv',onChange:updatePref});
// ]]>
<?php
OpenPOWER on IntegriCloud