Removed Tips Common from each js file

This commit is contained in:
nabinhait
2011-07-05 10:54:05 +05:30
parent ca552d86fb
commit c297df5b16
29 changed files with 54 additions and 38 deletions

View File

@@ -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)