Skip to content

Commit

Permalink
Remove the old manual shortcut listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 16, 2017
1 parent 11459ed commit 7eb0b3e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
9 changes: 0 additions & 9 deletions Modules/Page/Resources/views/admin/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 0 additions & 9 deletions Modules/Page/Resources/views/admin/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 0 additions & 10 deletions Modules/Page/Resources/views/admin/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7eb0b3e

Please sign in to comment.