Archived
1
0

fixed sequence js var

This commit is contained in:
Ian
2012-12-02 13:03:30 +01:00
parent 128d85c9a2
commit 9ccb4c6edd
+1 -1
View File
@@ -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);