develop
Last change
on this file since 9c3c224 was 194a359, checked in by beratkjufliju <kufliju@…>, 3 years ago |
added departments, edited users and added user settings
|
-
Property mode
set to
100644
|
File size:
422 bytes
|
Line | |
---|
1 | 'use strict';
|
---|
2 | $(document).ready(function () {
|
---|
3 |
|
---|
4 | $(document).on('click', 'a.tour', function () {
|
---|
5 | var enjoyhint_instance = new EnjoyHint({});
|
---|
6 |
|
---|
7 | enjoyhint_instance.set([
|
---|
8 | {
|
---|
9 | 'next .header': 'Quick toolbar.',
|
---|
10 | },
|
---|
11 | {
|
---|
12 | 'next .navigation': 'Navigation to navigate the page.',
|
---|
13 | }
|
---|
14 | ]);
|
---|
15 | enjoyhint_instance.run();
|
---|
16 | });
|
---|
17 |
|
---|
18 | }); |
---|
Note:
See
TracBrowser
for help on using the repository browser.