Skip to content

Commit

Permalink
Move "IFrame" to end of string (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehoffms committed Jan 16, 2024
1 parent 85e53c9 commit 52855f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
description = "page";
} else {
class_value = "ICoreWebView2Frame";
menu_item = "IFrame Post Message JSON";
menu_item = "Post Message JSON IFrame";
description = "iframe";
}
document.getElementById("class1").innerHTML = class_value;
Expand Down

0 comments on commit 52855f2

Please sign in to comment.