#1 pulizia codice
This commit is contained in:
parent
05724f62c1
commit
6048f5e8c3
10
public/js/app/altrocontatto.js
vendored
Normal file
10
public/js/app/altrocontatto.js
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
$(document).ready(function() {
|
||||||
|
$('#automobili').DataTable({
|
||||||
|
responsive: true
|
||||||
|
});
|
||||||
|
});
|
||||||
|
$(document).ready(function() {
|
||||||
|
$('#contatti').DataTable({
|
||||||
|
responsive: true
|
||||||
|
});
|
||||||
|
});
|
@ -62,11 +62,5 @@
|
|||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('script')
|
@section('script')
|
||||||
<script>
|
<script src="/js/app/altrocontatto.js"></script>
|
||||||
$(document).ready(function() {
|
|
||||||
$('#automobili').DataTable({
|
|
||||||
responsive: true
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
@endsection
|
@endsection
|
||||||
|
@ -98,11 +98,5 @@
|
|||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('script')
|
@section('script')
|
||||||
<script>
|
<script src="/js/app/altrocontatto.js"></script>
|
||||||
$(document).ready(function() {
|
|
||||||
$('#contatti').DataTable({
|
|
||||||
responsive: true
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
@endsection
|
@endsection
|
||||||
|
@ -95,11 +95,5 @@
|
|||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('script')
|
@section('script')
|
||||||
<script>
|
<script src="/js/app/altrocontatto.js"></script>
|
||||||
$(document).ready(function() {
|
|
||||||
$('#automobili').DataTable({
|
|
||||||
responsive: true
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
@endsection
|
@endsection
|
||||||
|
@ -57,11 +57,5 @@
|
|||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('script')
|
@section('script')
|
||||||
<script>
|
<script src="/js/app/altrocontatto.js"></script>
|
||||||
$(document).ready(function() {
|
|
||||||
$('#automobili').DataTable({
|
|
||||||
responsive: true
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
@endsection
|
@endsection
|
||||||
|
@ -77,8 +77,6 @@
|
|||||||
|
|
||||||
@endsection
|
@endsection
|
||||||
@section('script')
|
@section('script')
|
||||||
<script>
|
<script src="/js/app/conti_catanno.js"></script>
|
||||||
|
|
||||||
</script>
|
|
||||||
@endsection
|
@endsection
|
||||||
|
|
Loading…
Reference in New Issue
Block a user