projects
/
mkgallery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc476cc
)
fix info URLs
author
Eugene Crosser
<crosser@average.org>
Mon, 1 Sep 2008 15:35:19 +0000
(15:35 +0000)
committer
Eugene Crosser
<crosser@average.org>
Mon, 1 Sep 2008 15:35:19 +0000
(15:35 +0000)
include/show.js
patch
|
blob
|
history
diff --git
a/include/show.js
b/include/show.js
index 1a40c569c7ad911bbb4d159e6de28fe7e8f8cd8a..6f6b301e33a0a4fc783789bf504f903bfb2a6fec 100644
(file)
--- 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]);
},