Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions jquery.bugme.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
message: "Super duper exciting announcement goes in here! You can even have a link <a href='http://weare2ndfloor.com'>weare2ndfloor.com</a>", // message that goes inside the bug me bar
align: "left", // align the message left, right, center or justify
close: true, // have the close button on or off
closeText: "X", // for the little dismiss cross in the top right
closeText: "&times;", // for the little dismiss cross in the top right
closeAlign: "right", // align close button left or right
remember: true, // this stores a cookie to remember cancellation of bugme bar
expireIn: 7, // set expiry of remember cookie (in days)
Expand Down Expand Up @@ -157,4 +157,4 @@
bugMe();
});
};
})(jQuery);
})(jQuery);
2 changes: 1 addition & 1 deletion jquery.bugme.min.js

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