Skip to content

Commit

Permalink
fix: update attribute name test-parent_id and test-page_id tp parent_…
Browse files Browse the repository at this point in the history
…id and page_id
  • Loading branch information
frankpagan committed Aug 21, 2021
1 parent 9a23090 commit 6eaae2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ function CoCreateWindow(id) {
//. set parent_id and page_id for test

var html = document.querySelector("html");
html.setAttribute("test-parent_id", this.parentId);
html.setAttribute("test-page_id", this.pageId);
html.setAttribute("parent_id", this.parentId);
html.setAttribute("page_id", this.pageId);
}

CoCreateWindow.prototype = {
Expand Down

0 comments on commit 6eaae2e

Please sign in to comment.