标签: javascript angularjs
我想删除/隐藏"离开此页"按钮或想要触发"保持此页面"确认浏览器导航中的按钮?
window.onbeforeunload = function () { return "Please close the another tabs to logout.."; };