fixed sequence js var
This commit is contained in:
@@ -172,7 +172,7 @@ When the { is followed by a space it's not interpreted as smarty delimiter but l
|
||||
<script type="text/javascript">
|
||||
function sort_{$config_item}_Sequence() {
|
||||
//var seq = DragDrop.serData('{$config_item}_group', null);
|
||||
var seq = DragDrop.serData(null, '+citem+');
|
||||
var seq = DragDrop.serData(null, '{$config_item}');
|
||||
var start = seq.indexOf("(");
|
||||
var end = seq.indexOf(")");
|
||||
seq = seq.slice((start + 1), end);
|
||||
|
||||
Reference in New Issue
Block a user