diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2010-08-01 08:24:39 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2010-08-01 08:24:39 +0000 |
| commit | 01c98b86cddc100cdcedb3d5363b8fed6edacf1c (patch) | |
| tree | cc6a96988199cc5dbb1aece04bbf711a89e31fed /skins/jason/chronicle.js | |
| parent | 32b9ea3f0445eb738c8f2526ad83aa3f4285048b (diff) | |
| download | xxv-01c98b86cddc100cdcedb3d5363b8fed6edacf1c.tar.gz xxv-01c98b86cddc100cdcedb3d5363b8fed6edacf1c.tar.bz2 | |
jason: update timer view if autotimer upgraded
Diffstat (limited to 'skins/jason/chronicle.js')
| -rw-r--r-- | skins/jason/chronicle.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/jason/chronicle.js b/skins/jason/chronicle.js index 03f04d1..7fceda1 100644 --- a/skins/jason/chronicle.js +++ b/skins/jason/chronicle.js @@ -245,8 +245,8 @@ Ext.extend(Ext.xxv.ChronicleGrid, Ext.grid.EditorGridPanel, { var todel = ""; for(var i = 0, len = sel.length; i < len; i++){ if(i != 0) - todel += ','; - todel += sel[i].data.id; + todel += ','; + todel += sel[i].data.id; } Ext.Ajax.request({ scope: this |
