X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fcommons.js;h=1e47fe78074a0477ded484f4af5deef4f79e1b8b;hb=172bffba0aae582e7415546303b60ac9e2813ee2;hp=0c9a88e4e7aa5394e8fdaba59727e775706962ca;hpb=ac3397c0f5247023fa59c10faab4d872e30afb23;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; +}