Changeset 24644
- Timestamp:
- 11/22/08 19:20:32 (7 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/branches/1.2/sbmcommentsviewer.js
r22751 r24644 69 69 var label = (this.faviconURL ? '<img src="' + this.faviconURL + '" width="16" height="16"/>' : '') + 70 70 manager.type[this.type] + ' ' + this.count + '(' + this.entries.length + ')' + 71 (this.pageURL ? ' <a href=" ' + this.pageURL + '">' + this.pageURL + '</a>' : '');71 (this.pageURL ? ' <a href="#">' + this.pageURL + '</a>' : ''); 72 72 if (countOnly){ 73 73 return label; … … 273 273 decode(xhr.responseText); 274 274 */ 275 var json = jsonDecode(xhr.re ponseText);275 var json = jsonDecode(xhr.responseText); 276 276 if (json && json.isSuccess){ 277 277 var c = new SBMContainer('l', json.total_clip_count, {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)