[Bbs2ch-cvs 183] CVS update: bbs2chreader/content/bbs2chreader

Back to archive index

flyson flyso****@users*****
2007年 1月 2日 (火) 22:33:37 JST


Index: bbs2chreader/content/bbs2chreader/thread.js
diff -u bbs2chreader/content/bbs2chreader/thread.js:1.34 bbs2chreader/content/bbs2chreader/thread.js:1.35
--- bbs2chreader/content/bbs2chreader/thread.js:1.34	Wed Nov  8 23:10:33 2006
+++ bbs2chreader/content/bbs2chreader/thread.js	Tue Jan  2 22:33:36 2007
@@ -39,7 +39,7 @@
 /**
  * idから色を返します。
  */
-Bbs2chId2color = {
+var Bbs2chId2color = {
 	_char64To8: new Array(),
 	_cache: new Array(),
 	_bgcache: new Array(),
@@ -391,6 +391,7 @@
 	replaceBaseTag: function(aString){
 		return aString.replace(/<SKINPATH\/>/g, this._skinURISpec)
 							.replace(/<THREADURL\/>/g, this.threadURL.resolve("./"))
+							.replace(/<SERVERURL\/>/g, "bbs2ch:thread:")
 							.replace(/<BOARDURL\/>/g, this.boardURL.spec);
 	},
 


bbs2ch-cvs メーリングリストの案内
Back to archive index