Skip to content

Instantly share code, notes, and snippets.

@keshcreations
Last active May 2, 2018 11:21
Show Gist options
  • Save keshcreations/d5d3093e0a55e342a32794be3c126700 to your computer and use it in GitHub Desktop.
Save keshcreations/d5d3093e0a55e342a32794be3c126700 to your computer and use it in GitHub Desktop.
window.usabilla_live("setEventCallback", function(category, action, label, value) {
var newURL = window.location.protocol + "//" + window.location.hostname;
var type = null;
switch (action) {
case "Feedback:Open":
type = "feedback";
history.replaceState(null, null, newURL);
break;
case "Feedback:Success":
type = "feedback";
break;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment