Fix broken block ending for script

This commit is contained in:
Dane Everitt
2016-11-26 18:52:19 -05:00
parent edaae40df9
commit 261535d83d

View File

@@ -91,6 +91,6 @@ $(document).ready(function () {
}); });
}); });
})(); })();
} });
</script> </script>
@endsection @endsection