summaryrefslogtreecommitdiff
path: root/www/js/rdxport.rh.js
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2016-02-10 05:00:16 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2016-02-10 05:00:16 (GMT)
commit8ce69bbc3ef2974ab1bc4b02b5320827a1ae9935 (patch)
tree7824611556568eb191228ab7f4a6b154eef123f1 /www/js/rdxport.rh.js
parent6f2d7a5dd61746a114488151cda132e032b10bb1 (diff)
shows rewrite (import still missing)
Diffstat (limited to 'www/js/rdxport.rh.js')
-rw-r--r--www/js/rdxport.rh.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/js/rdxport.rh.js b/www/js/rdxport.rh.js
index a80e6de..3c1bdfe 100644
--- a/www/js/rdxport.rh.js
+++ b/www/js/rdxport.rh.js
@@ -92,9 +92,9 @@ Rivendell.GroupList.prototype.fetch = function(type) {
dbs.each(function(index, groupXml) {
var group = null;
switch ($('type', groupXml).text()) {
- /*case 'show':
- // todo
- break;*/
+ case 'show':
+ group = new Rivendell.Show(groupXml);
+ break;
case 'jingle':
group = new Rivendell.JingleGroup(groupXml);
break;