fixing a javascript error in matrix search screen
This commit is contained in:
parent
bb330fd30c
commit
85dd74b56c
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ YAHOO.util.Event.addListener(window, "load", function() {
|
||||||
var myCallback = function() {
|
var myCallback = function() {
|
||||||
this.set("sortedBy", null);
|
this.set("sortedBy", null);
|
||||||
this.onDataReturnAppendRows.apply(this,arguments);
|
this.onDataReturnAppendRows.apply(this,arguments);
|
||||||
compareFormButton();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
var callback2 = {
|
var callback2 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue