This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
FireRecord/scriptapi.js
retep998 3ecea83687 Removed the outdated test files.
Formatted all existing files.
Started a scriptapi.

Signed-off-by: retep998 <retep998@verizon.net>
2013-04-02 11:38:38 -04:00

3 lines
64 B
JavaScript

function script_click_a(url) {
window.location.href = url;
}