Skip to content
Snippets Groups Projects
Commit 39735c63 authored by Gaus Surahman's avatar Gaus Surahman
Browse files

Minor fixes.

parent 9c6391d8
No related branches found
No related tags found
No related merge requests found
Pipeline #21831 passed
GridStack 3.0.x-dev, 2023-09-18 GridStack 3.x-dev, 2023-09-18
------------------------------- -----------------------------
- Initial 3.x. - Initial 3.x.
...@@ -26,7 +26,7 @@ plugin. ...@@ -26,7 +26,7 @@ plugin.
*** ***
## <a name="first"> </a>FIRST THINGS FIRST! ## <a name="first"> </a>FIRST THINGS FIRST!
Read more at: Read more at:
* [Github](https://git.drupalcode.org/project/blazy/-/blob/8.x-2.x/docs/README.md#first-things-first) * [Github](https://git.drupalcode.org/project/blazy/-/blob/3.0.x/docs/README.md#first-things-first)
* [Blazy UI](/admin/help/blazy_ui#first) * [Blazy UI](/admin/help/blazy_ui#first)
*** ***
......
...@@ -19,7 +19,7 @@ function gridstack_requirements($phase) { ...@@ -19,7 +19,7 @@ function gridstack_requirements($phase) {
$path = gridstack()->getLibrariesPath('gridstack') $path = gridstack()->getLibrariesPath('gridstack')
?: \Drupal::root() . '/libraries/gridstack'; ?: \Drupal::root() . '/libraries/gridstack';
if (is_dir($path)) { if ($path && is_dir($path)) {
$exists = is_file($path . '/dist/gridstack-static.js') && is_file($path . '/dist/gridstack-h5.js'); $exists = is_file($path . '/dist/gridstack-static.js') && is_file($path . '/dist/gridstack-h5.js');
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment