fixed #10110: Matrix 2.0 - "Data Error" on Pending Product Listing Updates

This commit is contained in:
Yung Han Khoe 2009-04-08 19:35:14 +00:00
parent 033889d93c
commit 87abb79331
4 changed files with 9 additions and 0 deletions

View file

@ -44,6 +44,9 @@ YAHOO.util.Event.addListener(window, "load", function() {
};
var uri = "func=getAttributes";
if(typeof(revision) != 'undefined'){
uri = uri + ';revision=' + revision;
}
var initAttributeHoverHelp = function() {
initHoverHelp('attributes');