correct scriptaculous handle

This commit is contained in:
Scott Dale 2007-05-07 03:53:09 +00:00
parent f69aa687d1
commit d2f63c1229

View File

@ -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