#1470 - A comma too much on line 25 in TableListField.js

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.1.1@43597 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2007-10-18 23:25:10 +00:00 committed by Sam Minnee
parent 60e867d412
commit 99b3728e6d

View File

@ -22,7 +22,7 @@ TableListField.prototype = {
onmouseout: function(e) {
var sortLinks = $$('span.sortLinkHidden a', this);
if(sortLinks) Element.hide(sortLinks[0]);
},
}
};
rules['#'+this.id+' div.PageControls a'] = {onclick: this.paginate.bind(this)};