artica dc238cf74a Changed the format of the .js and .html files
Former-commit-id: 7a06315787b85355f4840cbfb0431d55dea4293d
2019-01-30 12:27:18 +01:00

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;
}