various fixes of the blog demo.

This commit is contained in:
agentzh (章亦春)
2010-04-12 18:57:03 +08:00
parent dd1d50c2fe
commit 29d0653849
5 changed files with 14 additions and 12 deletions

View File

@ -1,6 +1,6 @@
var account = 'agentzh';
//var host = 'http://10.32.24.13:1984';
var host = 'http://localhost:1984';
//var host = 'http://10.32.24.16:8080';
var host = 'http://localhost:8080';
//var host = 'http://api.eeeeworks.org';
//var host = 'http://api.openresty.org';
//var host = 'http://10.62.136.86';
@ -42,6 +42,7 @@ function debug (msg) {
$("#copyright").append(msg + "<br/>");
}
$.fn.postprocess = function (className, options) {
return this.find("a[@href*='#']").each( function () {
//debug("HERE!");