Skip to content

Commit

Permalink
updated test html
Browse files Browse the repository at this point in the history
  • Loading branch information
prabrisha-rudder authored and sayan-rudder committed Sep 30, 2019
1 parent 3dbde54 commit 070ad93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rudder-client-javascript/test/dist/test_browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ <h1>Page Loaded</h1>
analytics.load("1QbNPCBQp2RFWolFj2ZhXi2ER6a");
analytics.page("Wishlist");
//analytics.page();
/* analytics.page("Dashboard", {
analytics.page("Dashboard", {
"title":"abc",
"url":"http://abc.com"
}); */
});
</script>
<script src="browser.js"></script>

Expand Down
1 change: 0 additions & 1 deletion rudder-client-javascript/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ if (process.browser) {
let event = [...instance.toBeProcessedArray[i]];
console.log("replay event " + event);
let method = event[0];
event.push("wait");
event.shift();
console.log("replay event modified " + event);
instance[method](...event);
Expand Down

0 comments on commit 070ad93

Please sign in to comment.