https://github.com/eterey/meteor-prevent-backspace
Prevents the backspace from navigating back in the browser.
https://github.com/eterey/meteor-prevent-backspace
Last synced: about 1 year ago
JSON representation
Prevents the backspace from navigating back in the browser.
- Host: GitHub
- URL: https://github.com/eterey/meteor-prevent-backspace
- Owner: eterey
- License: mit
- Created: 2014-12-26T11:47:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-26T15:43:49.000Z (over 11 years ago)
- Last Synced: 2025-02-10T02:18:41.219Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://atmospherejs.com/uzumaxy/prevent-backspace
- Size: 127 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
meteor-prevent-backspace
========================
Is a client-side JavaScript component that prevents the backspace from navigating back in the browser.
Usage
=====
Add project to your Meteor project: `meteor add uzumaxy:prevent-backspace`.
After that backspace will not be used for navigation.
License
=======
The `meteor-prevent-backspace` project is under MIT license.