(res)
| 1204 | |
| 1205 | //pass the info to the main access function |
| 1206 | function clickfind(res) { |
| 1207 | if (userLoggedIn) { |
| 1208 | $d.append(`access ${res[1]} ${clearance}`); |
| 1209 | accessLoad(res[1], clearance); |
| 1210 | } else { |
| 1211 | $d.append(`access ${res[1]}`); |
| 1212 | accessLoad(res[1], 0); |
| 1213 | } |
| 1214 | } |
| 1215 | } |
| 1216 | |
| 1217 | //lockout function loading |
no test coverage detected