Omit no-longer-needed target_id from limitTarget links.
[mkws-moved-to-github.git] / src / mkws-widget-termlists.js
index 1f13820..467ff9d 100644 (file)
@@ -53,9 +53,8 @@ mkws.registerWidgetType('Facet', function() {
       var action = '';
       if (!pzIndex) {
         // Special case: target selection
-        acc.push('target_id='+data[i].id+' ');
         if (!that.team.targetFiltered(data[i].id)) {
-          action = 'mkws.limitTarget(\'' + teamName + '\', this.getAttribute(\'target_id\'),this.firstChild.nodeValue)';
+          action = 'mkws.limitTarget(\'' + teamName + '\', \'' + data[i].id + '\', this.firstChild.nodeValue)';
         }
       } else {
         action = 'mkws.limitQuery(\'' + teamName + '\', \'' + pzIndex + '\', this.firstChild.nodeValue)';