diff --git a/resources/js/app.js b/resources/js/app.js index 575eb2d8..51383765 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -1 +1,4 @@ -import "./bootstrap"; \ No newline at end of file +import "./bootstrap"; + +import OCL from "openchemlib/full"; +window.OCL = OCL; diff --git a/resources/views/livewire/molecule-details.blade.php b/resources/views/livewire/molecule-details.blade.php index 39013738..bacbeb2e 100644 --- a/resources/views/livewire/molecule-details.blade.php +++ b/resources/views/livewire/molecule-details.blade.php @@ -7,7 +7,7 @@ class="mx-auto max-w-3xl px-4 sm:px-6 md:flex md:items-center md:justify-between
{{ $molecule->identifier }}
Created on · Last @@ -15,109 +15,123 @@ class="mb-2 text-2xl break-all font-bold leading-7 break-words text-gray-900 sm: - @if($molecule->properties) -