X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=philter%2Fphilter%2Fphilter.js;h=420531438e9572d910f43f19ab05b336ff14951c;hb=86b5093c27b4c24bf77edd715ed30967e89ff08f;hp=f3686bd5326b34f22a0f9e2f2780a831293679f1;hpb=602a1c497c6b2190877e984f86d5777d0f85a041;p=old-projects.git diff --git a/philter/philter/philter.js b/philter/philter/philter.js index f3686bd..4205314 100644 --- a/philter/philter/philter.js +++ b/philter/philter/philter.js @@ -120,7 +120,6 @@ function createActionSelect(data,base) { function createActionRow(Node,data) { var div = document.createElement("div"); - div.className = 'row'; div.name = 'rule[actions]['+actions_i+']'; actions_i++; Node.appendChild(div); @@ -164,7 +163,6 @@ function createMatchSelect(data,base) { function createMatchRow(Node,data) { var div = document.createElement("div"); - div.className = 'row'; div.name = 'rule[matches]['+actions_i+']'; actions_i++; Node.appendChild(div);