update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
13
www/analytics/libs/bower_components/mousetrap/plugins/pause/README.md
vendored
Normal file
13
www/analytics/libs/bower_components/mousetrap/plugins/pause/README.md
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Pause/unpause
|
||||
|
||||
This extension allows Mousetrap to be paused and unpaused without having to reset keyboard shortcuts and rebind them.
|
||||
|
||||
Usage looks like:
|
||||
|
||||
```javascript
|
||||
// stop Mousetrap events from firing
|
||||
Mousetrap.pause();
|
||||
|
||||
// allow Mousetrap events to fire again
|
||||
Mousetrap.unpause();
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue