quoting attribute values is a hard habit to break

This commit is contained in:
Mark Pilgrim
2009-05-20 17:34:24 -04:00
parent ab23b6b659
commit 52b451d753
11 changed files with 87 additions and 58 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ $(document).ready(function() {
$(this).next("pre").find("div.w").append(" " + $(this).html());
this.parentNode.removeChild(this);
});
/* create skip links */
var postelm = $(this).next().get(0);
var postid = postelm.id || ("postautopre" + i);