Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlimaza committed Jan 3, 2023
1 parent d83bc01 commit 727d230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jQuery(document).ready(function () {
}

var plan_default = jQuery("#pmpropp_plan_" + key + " #pmpropp_plan_default").attr("selectval");
if (plan_defualt !== "") {
if (plan_default !== "") {
jQuery("#pmpropp_plan_" + key + " #pmpropp_plan_default").val(plan_default).change();
}

Expand Down

0 comments on commit 727d230

Please sign in to comment.