mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-20 17:28:48 +02:00
* include/functions.php, include/help/clippy/godmode_agentes_modificar_agente.php, include/help/clippy/homepage.php, include/help/clippy/godmode_agentes_configurar_agente.php, include/javascript/intro.js, include/javascript/introjs.css, include/javascript/clippy.js, include/functions_ui.php, include/functions_clippy.php, index.php, general/header.php: first version of the new feature a annoying clippy such as the lovely micro$oft mascot. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10393 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
8 lines
221 B
JavaScript
8 lines
221 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;
|
|
} |