Removed Tips Common from each js file
diff --git a/patches/old_patches/replacecode.py b/patches/old_patches/replacecode.py
index 512d12e..3d0feeb 100644
--- a/patches/old_patches/replacecode.py
+++ b/patches/old_patches/replacecode.py
@@ -13,7 +13,7 @@
 			print 'Found in %s' % t
 	
 if __name__=='__main__':
-	old = """\.button("""
-	new = ""
+	old = """$import(Tips Common)"""
+	new = " "
 	replace_code(old, new)
-			
\ No newline at end of file
+