Fix broken block ending for script
This commit is contained in:
parent
edaae40df9
commit
261535d83d
1 changed files with 1 additions and 1 deletions
|
@ -91,6 +91,6 @@ $(document).ready(function () {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
})();
|
})();
|
||||||
}
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
Loading…
Add table
Reference in a new issue