X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fcommons.js;h=1e47fe78074a0477ded484f4af5deef4f79e1b8b;hb=e7efeeeeacd58593ef6da93ef9a94d0f950a9856;hp=0c9a88e4e7aa5394e8fdaba59727e775706962ca;hpb=d23202ced9f2b4cdb3712aefcf5dcebd508e2231;p=brisk.git diff --git a/web/commons.js b/web/commons.js index 0c9a88e..1e47fe7 100644 --- a/web/commons.js +++ b/web/commons.js @@ -1414,3 +1414,8 @@ function download_mgr(url) download_mgr.prototype = { ifra: null } + +function submit_click(obj) +{ + obj.form.elements['realsub'].value = obj.id; +}