Skip to content

Commit

Permalink
fix innerHTML
Browse files Browse the repository at this point in the history
  • Loading branch information
Quickcorp committed May 9, 2018
1 parent 2b6dc8b commit 906715a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QCObjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@
newComponent.done = function (){
_buildComponent(this.body.querySelectorAll('component:not([loaded])'));
};
components[_c]=newComponent.body;
components[_c].innerHTML=newComponent.body.innerHTML;

}
components[_c].setAttribute('loaded',true);
Expand Down

0 comments on commit 906715a

Please sign in to comment.