Skip to content

Commit

Permalink
update cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
JiYouMCC committed Jan 16, 2016
1 parent 34f7404 commit 4ca47ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,10 @@ for (var i = $("[id^=target_]").length - 1; i >= 0; i--) {
setCookie(form.attr('id'), form.attr('id'));
};

for (var i = $("[id$=_element]").length - 1; i >= 0; i--) {
/*for (var i = $("[id$=_element]").length - 1; i >= 0; i--) {
var form = $($("[id$=_element]")[i]);
setCookie(form.attr('id'), form.attr('id'));
};
};*/

$("[id$=_color]").change();
$("[id$=_Color]").change();
Expand Down

0 comments on commit 4ca47ec

Please sign in to comment.