Skip to content

Commit

Permalink
change for empty input clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchiramoitra committed May 11, 2020
1 parent 5744823 commit 558c066
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions integrations/FbPixel/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ class FBPixel {
this.userIdAsPixelId = config.userIdAsPixelId;
this.whitelistPiiProperties = config.whitelistPiiProperties;
this.name = "FB_PIXEL";
console.log(config)

}

init() {
<<<<<<< HEAD

if(this.categoryToContent === undefined){
this.categoryToContent = []
Expand All @@ -35,9 +34,7 @@ class FBPixel {


logger.debug("===in init FbPixel===");
=======
logger.debug("===in init FBPixel===");
>>>>>>> f480af1a60a4e8fb924bf73a40ff921b7dff93fc

window._fbq = function () {
if (window.fbq.callMethod) {
window.fbq.callMethod.apply(window.fbq, arguments);
Expand Down

0 comments on commit 558c066

Please sign in to comment.