X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcommons.js;h=0b1275ed82726005bcc7b555e8060e816d7c9567;hb=c16e845881b89f8f84524367a3b4bcf30f895bf8;hp=18b89c87df6d528556ee3e653235b2ca424dfe7b;hpb=041ad76b646377ac5d09f244fa0f524547b1a942;p=brisk.git diff --git a/web/commons.js b/web/commons.js index 18b89c8..0b1275e 100644 --- a/web/commons.js +++ b/web/commons.js @@ -244,7 +244,7 @@ function postact_logout() xhr_rd.abort(); } catch (e) {} - eraseCookie("sess"); + // eraseCookie("sess"); document.location.assign("index.php"); } @@ -457,6 +457,7 @@ function notify(st, ancestor, text, tout, butt) clo = document.createElement("input"); clo.type = "submit"; + clo.className = "button"; clo.value = butt; clo.obj = this; clo.onclick = this.input_hide;