Skip to content

Commit

Permalink
Pushing js and css assets to their respective stack
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Oct 11, 2017
1 parent aaa9ba1 commit 7e182b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@push('css-stack')
<style>
h3 {
border-bottom: 1px solid #eee;
Expand All @@ -6,6 +7,7 @@
padding: 6px 0 4px 0;
}
</style>
@endpush
<div class="box-body">
<div class="row">
<div class="col-md-12">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@push('js-stack')
<script>
$( document ).ready(function() {
$('.jsSelectAllAllow').on('click',function (event) {
Expand All @@ -20,3 +21,4 @@
});
});
</script>
@endpush
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@push('css-stack')
<style>
h3 {
border-bottom: 1px solid #eee;
Expand All @@ -6,6 +7,8 @@
padding: 6px 0 4px 0;
}
</style>
@endpush

<div class="box-body">
<div class="row">
<div class="col-md-12">
Expand Down

0 comments on commit 7e182b4

Please sign in to comment.