()
| 296 | } |
| 297 | |
| 298 | function create_check_mark() { |
| 299 | return ('<img src="/stylesheets/octicons/svg/check-24.svg" alt="check"/>'); |
| 300 | } |
| 301 | |
| 302 | function create_button(visible_text, button_id, button_type = "icon", size = "S", icon = "search") { |
| 303 |
no outgoing calls
no test coverage detected