X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fcommons.js;h=5b6e915d27951688dae298217277ba3f4920bbdf;hb=484a365c1e66ba4b878117275423a1594c209960;hp=0c9a88e4e7aa5394e8fdaba59727e775706962ca;hpb=d23202ced9f2b4cdb3712aefcf5dcebd508e2231;p=brisk.git diff --git a/web/commons.js b/web/commons.js index 0c9a88e..5b6e915 100644 --- a/web/commons.js +++ b/web/commons.js @@ -1029,7 +1029,7 @@ function user_decorator(user) var name, i, sp = "", cl = ""; var flags = user[0] & 0x03 | ((user[0] & 0x0c0000) >> 16); - console.log(user[1]+" FLAGS: "+flags); + // console.log(user[1]+" FLAGS: "+flags); for (i = 0 ; i < 4 ; i++) { if (flags & (1 << i)) { @@ -1414,3 +1414,8 @@ function download_mgr(url) download_mgr.prototype = { ifra: null } + +function submit_click(obj) +{ + obj.form.elements['realsub'].value = obj.id; +}