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

@@ -24,7 +24,7 @@
'parentfield': None,
'parenttype': None,
'trash_reason': None,
'widget_code': "var acc_set_tips = function() {\n $c_obj('Module Tip Control', 'get_tip', 'accounts', function(r,rt) { \n if(r.message) {\n $(parent.tip_area).html('<b>Tip: </b>' + r.message).css('display','block');\n }\n } );\n}\n\nacc_set_tips();"
'widget_code': ""
},
{
'click_function': "show_chart_browser('Accounts Browser','Account')",
@@ -719,4 +719,4 @@
'parenttype': 'Module Def',
'role': 'Administrator'
}
]
]