summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2017-01-12 18:15:34 (GMT)
committerChristian Pointner <equinox@helsinki.at>2017-01-12 18:15:34 (GMT)
commita4f1287b575e6dc2f6101caaccee22c39592f4b0 (patch)
tree016aeaf14d45d705354ec2256a1f93082d0ec70b /www/js
parentea8d6af5441d31f882cfad57a9ed8add1fae43b5 (diff)
tweaked nexstshow css for screen in studio
Diffstat (limited to 'www/js')
-rw-r--r--www/js/nextshows.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/nextshows.js b/www/js/nextshows.js
index b831e86..94b12d3 100644
--- a/www/js/nextshows.js
+++ b/www/js/nextshows.js
@@ -160,7 +160,7 @@ rh.ShowView.prototype.render = function(now) {
function nextshows_init() {
var url = parseLocationHref();
- var maxlen = 5;
+ var maxlen = 3;
if(url.path.length > 1) {
var tmp = parseInt(url.path[1], 10);
if(!isNaN(tmp) && tmp > 0) {