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

@@ -13,7 +13,7 @@ def replace_code(old, new):
print 'Found in %s' % t
if __name__=='__main__':
old = """$import(Tips Common)"""
old = """cur_frm.cscript.get_tips(doc, cdt, cdn);"""
new = " "
replace_code(old, new)