fixed #10110: Matrix 2.0 - "Data Error" on Pending Product Listing Updates
This commit is contained in:
parent
033889d93c
commit
87abb79331
4 changed files with 9 additions and 0 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue