mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
#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:
parent
60e867d412
commit
99b3728e6d
@ -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)};
|
||||
|
Loading…
x
Reference in New Issue
Block a user