summaryrefslogtreecommitdiff
path: root/www/js/nextshows.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/nextshows.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) {