mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
correct scriptaculous handle
This commit is contained in:
parent
f69aa687d1
commit
d2f63c1229
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user