User tests: Successful: Unsuccessful:
This pull request does 2 things:
1. Move the loading of JS files to the top, no need to call it within the foreach loop (logical error)
2. A little codestyle cleanup
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
The idea of the JS being loaded in the foreach is to only load it if showon is requested. You're loading it now no matter if it is needed or not. So it's not a logical error, it's a design question.
Ok, thanks for the feedback, seems these changes are not needed.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-06-04 19:03:17 |
Closed_By | ⇒ | roland-d |
The !empty check is functionally the same as the isset && has value check.
On Saturday, June 4, 2016, RolandD notifications@github.com wrote: