From: Eugene Crosser Date: Mon, 1 Sep 2008 15:35:19 +0000 (+0000) Subject: fix info URLs X-Git-Tag: 2.00~24 X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=commitdiff_plain;h=39f5a5ca59f6973423ba0da18bb1c7982c99ca18 fix info URLs --- 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]); },