mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
Removed Tips Common from each js file
This commit is contained in:
@@ -13,7 +13,7 @@ def replace_code(old, new):
|
||||
print 'Found in %s' % t
|
||||
|
||||
if __name__=='__main__':
|
||||
old = """\.button("""
|
||||
new = ""
|
||||
old = """$import(Tips Common)"""
|
||||
new = " "
|
||||
replace_code(old, new)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user