Remove the old manual shortcut listeners

parent 11459eda
......@@ -28,13 +28,4 @@
@stop
@push('js-stack')
<script>
$( document ).ready(function() {
$(document).keypressAction({
actions: [
{ key: 'b', route: "<?= route('admin.page.page.index') ?>" }
]
});
});
</script>
@endpush
......@@ -28,13 +28,4 @@
@stop
@push('js-stack')
<script>
$( document ).ready(function() {
$(document).keypressAction({
actions: [
{ key: 'b', route: "<?= route('admin.page.page.index') ?>" }
]
});
});
</script>
@endpush
......@@ -17,14 +17,4 @@
@stop
@push('js-stack')
<?php $locale = App::getLocale(); ?>
<script type="text/javascript">
$( document ).ready(function() {
$(document).keypressAction({
actions: [
{ key: 'c', route: "<?= route('admin.page.page.create') ?>" }
]
});
});
</script>
@endpush
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment