kamrify commited on
Commit
0bb202c
·
2 Parent(s): d6fba2c 42c89ba

Merge branch 'master' of github.com:kamranahmedse/driver.js

Browse files
Files changed (1) hide show
  1. demo/scripts/demo.js +2 -2
demo/scripts/demo.js CHANGED
@@ -20,13 +20,13 @@ document.addEventListener("DOMContentLoaded", function () {
20
  element: '#name_driver',
21
  popover: {
22
  title: 'Why Driver?',
23
- description: 'Because it let\'s you drive the user across the page',
24
  position: 'bottom'
25
  }
26
  }, {
27
  element: '#driver-demo-head',
28
  popover: {
29
- title: 'Lets talk features',
30
  description: 'You may leave your mouse and use the <strong>arrow keys</strong> to move next and back or <strong>escape key</strong> anytime to close this',
31
  position: 'bottom'
32
  }
 
20
  element: '#name_driver',
21
  popover: {
22
  title: 'Why Driver?',
23
+ description: 'Because it lets you drive the user across the page',
24
  position: 'bottom'
25
  }
26
  }, {
27
  element: '#driver-demo-head',
28
  popover: {
29
+ title: 'Let\'s talk features',
30
  description: 'You may leave your mouse and use the <strong>arrow keys</strong> to move next and back or <strong>escape key</strong> anytime to close this',
31
  position: 'bottom'
32
  }