Closed aschempp closed 2 years ago
If the condition is more complex and contains multiple fields (or the same field multiple times actually), we need to replace all occurrences. Example: foo == '1' && foo != '2'
foo == '1' && foo != '2'
This also requires new minified files 🙈
Thank you @aschempp :)
If the condition is more complex and contains multiple fields (or the same field multiple times actually), we need to replace all occurrences. Example:
foo == '1' && foo != '2'