(res)
| 389 | } |
| 390 | |
| 391 | function clickfind(res) { //pass the info to the main access function |
| 392 | if (userLoggedIn) { |
| 393 | $d.append(`access ${res[1]} ${clearance}`) |
| 394 | access(res[1], clearance) |
| 395 | } else { |
| 396 | $d.append(`access ${res[1]}`) |
| 397 | access(res[1], 0) |
| 398 | } |
| 399 | } |
| 400 | |
| 401 | function getFrame() { |
| 402 | $d.find(`#${accessListing}-list iframe`).each(function() { |