in Radii8Designer/src/js/Radiate.js [281:290]
Radiate.prototype.beforeUnloadHandler = function () {
var testing = window.location.search.substr(1).indexOf("debug=true");
if (testing==-1) {
return "Are you sure you want to navigate away?";
}
else {
//return false;
}
}