Searched refs:blogName (Results 1 – 1 of 1) sorted by relevance
2179 BlogReader.prototype.showPost = function(blogName, postPath, secondTry) { argument2180 var blog = blogs[blogName];2181 var postUrl = 'https://' + blogName + '.blogspot.com' + postPath;2187 this.showPost(blogName, postPath, true);2215 var blogName = matches[1];2219 if (!blogs[blogName]) {2229 blogReader.showPost(blogName, postPath);