We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e1b0e commit 31ce36bCopy full SHA for 31ce36b
src/js/modal.js
@@ -113,7 +113,7 @@ var modal = (function(){
113
if(options.content){
114
if(typeofoptions.content=="string"){
115
varcontainer=helper.node("div|class:container");
116
-varpara=helper.node("p:options.content");
+varpara=helper.node("p:"+options.content);
117
container.appendChild(para);
118
modalBody.appendChild(container);
119
}else{
0 commit comments