* Handles URL change events
()
| 208 | * Handles URL change events |
| 209 | */ |
| 210 | function urlChangeHandler() { |
| 211 | var url = $(this).val() |
| 212 | if (url) displayImage(url) |
| 213 | } |
| 214 | |
| 215 | // Show the URL/FileReader API requirement message if not supported: |
| 216 | if ( |
nothing calls this directly
no test coverage detected