blob: 98807ee3a6d3b6c50e75a90f80cc9a1b94294e9f [file] [log] [blame]
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +05301var hr_set_tips = function() {
2 $c_obj('Module Tip Control', 'get_tip', 'hr', function(r,rt) {
3 if(r.message) {
4 $(parent.tip_area).html('<b>Tip: </b>' + r.message).css('display','block');
5 }
6 } );
7}
8
9hr_set_tips();