mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Job detail page
Attempt to get mousewheel (trackpad) scrolling to not be super aggressive.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# browserify test
|
||||
|
||||
First run
|
||||
|
||||
```js
|
||||
npm install jquery-browserify
|
||||
```
|
||||
|
||||
Then run
|
||||
|
||||
```js
|
||||
browserify main.js > bundle.js
|
||||
```
|
||||
|
||||
Then open index.html and console and scroll with the mousewheel. Should see the events being logged.
|
||||
Reference in New Issue
Block a user