pandorafms/pandora_console/include/javascript/clippy.js

9 lines
225 B
JavaScript

function clippy_set_help(help_section) {
document.cookie = "clippy=" + help_section;
}
function clippy_go_link_show_help(link, help_section) {
document.cookie = "clippy=" + help_section;
window.location.href = link;
}