From 39f5a5ca59f6973423ba0da18bb1c7982c99ca18 Mon Sep 17 00:00:00 2001 From: Eugene Crosser Date: Mon, 1 Sep 2008 15:35:19 +0000 Subject: [PATCH] fix info URLs --- include/show.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/show.js b/include/show.js index 1a40c56..6f6b301 100644 --- a/include/show.js +++ b/include/show.js @@ -168,7 +168,7 @@ var Show = new Class({ this.showloading(); } this.controls.info(id,this.vimgs.length, - this.vimgs[id][0], + '#'+this.vimgs[id][0], this.vimgs[id][1]); }, -- 2.39.2