Differential D21141 Diff 50338 webroot/rsrc/js/application/transactions/behavior-show-older-transactions.js
Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/js/application/transactions/behavior-show-older-transactions.js
| Show First 20 Lines • Show All 108 Lines • ▼ Show 20 Lines | function(e) { | ||||
| JX.Router.getInstance().queue(routable); | JX.Router.getInstance().queue(routable); | ||||
| }); | }); | ||||
| JX.Stratcom.listen('hashchange', null, check_hash); | JX.Stratcom.listen('hashchange', null, check_hash); | ||||
| check_hash(); | check_hash(); | ||||
| new JX.KeyboardShortcut(['@'], 'Show all older changes in the timeline.') | new JX.KeyboardShortcut(['@'], 'Show all older changes in the timeline.') | ||||
| .setGroup('xactions') | |||||
| .setHandler(JX.bind(null, load_older, load_all_older_callback)) | .setHandler(JX.bind(null, load_older, load_all_older_callback)) | ||||
| .register(); | .register(); | ||||
| }); | }); | ||||