Changeset 24644

Show
Ignore:
Timestamp:
11/22/08 19:20:32 (7 weeks ago)
Author:
teramako
Message:
  • fix livedoodrclip
  • fix service url
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/vimperator-plugins/branches/1.2/sbmcommentsviewer.js

    r22751 r24644  
    6969        var label = (this.faviconURL ? '<img src="' + this.faviconURL + '" width="16" height="16"/>' : '') + 
    7070                    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>' : ''); 
    7272        if (countOnly){ 
    7373            return label; 
     
    273273                       decode(xhr.responseText); 
    274274            */ 
    275             var json = jsonDecode(xhr.reponseText); 
     275            var json = jsonDecode(xhr.responseText); 
    276276            if (json && json.isSuccess){ 
    277277                var c = new SBMContainer('l', json.total_clip_count, {