removed get_tips() from js file

This commit is contained in:
nabinhait
2011-07-05 14:41:36 +05:30
parent c297df5b16
commit 1bd56b1c08
36 changed files with 68 additions and 78 deletions

View File

@@ -2,9 +2,9 @@
//--------- ONLOAD -------------
cur_frm.cscript.onload = function(doc, cdt, cdn) {
cur_frm.cscript.get_tips(doc, cdt, cdn);
}
cur_frm.cscript.refresh = function(doc, cdt, cdn) {
cur_frm.cscript.get_tips(doc, cdt, cdn);
}