Skip to content

Commit

Permalink
Fixed fields missing in get_results page
Browse files Browse the repository at this point in the history
  • Loading branch information
mcholste committed Mar 18, 2016
1 parent d6b5729 commit 9ea0a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/inc/elsa.js
Original file line number Diff line number Diff line change
Expand Up @@ -1947,6 +1947,7 @@ YAHOO.ELSA.Results.LiveTail = function(p_oQuery){
};

YAHOO.ELSA.Results.Given = function(p_oResults){
var oSelf = this;
this.superClass = YAHOO.ELSA.Results;
this.superClass();
this.results = p_oResults;
Expand Down

0 comments on commit 9ea0a9d

Please sign in to comment.