1 function show_help(help_tip)
7 element: ".brand:first", /* html element next to which the step popover should be shown */
9 title: "Account Management System", /* title of the popover */
10 content: "Welcome to the Ryzom Core Account Management System! Let's explore it together... Click next!" /* content of the popover */
13 element: ".theme-container",
16 content: "You change your theme from here."
19 element: "ul.main-menu a:first",
21 content: "This is your dashboard from here you will find highlights."
30 $.get("index.php?cron=true");
31 alert("Sync function called.");
34 $("#sync").click(function() {syncRun();});