summaryrefslogtreecommitdiff
path: root/www/js/shows.js
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-04-19 19:28:01 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-04-19 19:28:01 (GMT)
commitaff9aaaa27bfb989432e23c768b2ec52fc8e70f7 (patch)
treee9f09f6aaed9e91142d10b2a1ad0400c0c341ce3 /www/js/shows.js
parentf66535fef191f9183fde73a6eeb01e8678593c7e (diff)
improved rendering of show rhythm
Diffstat (limited to 'www/js/shows.js')
-rw-r--r--www/js/shows.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/shows.js b/www/js/shows.js
index 1086620..f0eb34e 100644
--- a/www/js/shows.js
+++ b/www/js/shows.js
@@ -202,7 +202,7 @@ Rdxport.ShowView.prototype.render = function() {
case 4: s.addClass('label-danger'); break;
}
} else {
- $('#show-rhythm-w' + (w+1)).attr('class', 'label label-default')
+ $('#show-rhythm-w' + (w+1)).attr('class', 'label label-disabled')
}
}