Skip to content

Commit

Permalink
removed console print
Browse files Browse the repository at this point in the history
  • Loading branch information
tjrafferty committed Jan 23, 2017
1 parent 9addaeb commit 31a8eb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions popup/js/ysExit.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@

$.fn.ysExit = function (o) {
var $self = this;
console.log($self)
var defaults = {
width: '40%', //popup width
height: '30%', //popup height
target: '#ys-container', //popup selector
cookieName: 'ysExit', //cookie name
cookieValidity: 1, //days
closeOnOutsideClick: true, //close popup if user clicks outside
delay: 0, //delay in ms until the popup is registered
debug: false //if true, the cookie will not be set
debug: false, //if true, the cookie will not be set
cookieName: 'ysExit'
},

content = insertContent(),
Expand Down
2 changes: 1 addition & 1 deletion popup/js/ysExit.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 31a8eb2

Please sign in to comment.