Parent Directory
|
Revision Log
|
Revision Graph
added the relevance feedback module to the sandbox
| 1 | |
| 2 | Drupal.behaviors.trackResultView = function (context) { |
| 3 | $('.node-results dt.title a:not(.trackResultView-processed)', context).addClass('trackResultView-processed').click( function(e){ |
| 4 | var keys = $("form input[name='keys']").attr('value'); |
| 5 | $.get("/relevance_feedback/js/", { url: this.href, keys: keys, type: "rel"}); |
| 6 | |
| 7 | }); |
| 8 | }; |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |