Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions msomasundaram/test1/guest.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html lang="en">
<body>
<div id="content">
<h1>Welcome to ram environment with lightning out Translation 3</h1>
<h1>Welcome to LO for Blitz to support HTTP 2 test - 1</h1>
<div id="innerContent"></div>
</div>
<script src="https://ram-dev-ed.test1.my.pc-rnd.site.com/lightning/lightning.out.js"></script>
<script src="https://test39-dev-ed.lightning.stmfb.stm.force.com/lightning/lightning.out.js"></script>
<script>
$Lightning.use("c:myApp", // name of the Lightning app
$Lightning.use("c:testCmp", // name of the Lightning app
function() { // Callback once framework and app loaded
debugger;
console.log("callback for $Lightning.use");
Expand All @@ -17,16 +17,12 @@ <h1>Welcome to ram environment with lightning out Translation 3</h1>
"innerContent",
function(cmp){
console.log("callback for $Lightning.createComponent");
}

}
);
},
//"https://safaritest.localhost.blitztesting.com",
'https://ram-dev-ed.test1.my.pc-rnd.site.com',
//'https://wonderful.test1.pc-rnd.force.com'
'https://test39-dev-ed.lightning.stmfb.stm.force.com',
null,
{ "aura.altLang": 'FR' }

);
</script>
</body>
Expand Down