]> _ Git - songbook.git/commitdiff
.
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 6 Jan 2023 17:40:06 +0000 (18:40 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 6 Jan 2023 17:40:06 +0000 (18:40 +0100)
composer.json
resources/js/mmenu.js

index 5713631285c8c1a9e60628276d217fe9b88a744b..3333304d6212359d79e5b873a131a40b2f2e1437 100644 (file)
         {
             "type": "composer",
             "url": "https://composer.cubedesigners.com/"
+        },
+        {
+            "type": "github",
+            "url": "https://github.com/EnhydraV/notion-sdk-php"
         }
     ],
     "license": "MIT",
@@ -26,7 +30,7 @@
         "fruitcake/laravel-cors": "^2.2",
         "guzzlehttp/psr7": "^2.0",
         "league/csv": "^9.8",
-        "mariosimao/notion-sdk-php": "^1.0",
+        "mariosimao/notion-sdk-php": "dev-parent-block-fix",
         "mxl/laravel-job": "^1.3",
         "norkunas/youtube-dl-php": "dev-master",
         "php-ffmpeg/php-ffmpeg": "^0.18.0",
index 8acf9c0010f1e4b763bd17c7c44684babb8e834c..2eff700ff9f25666d9d82fa40ada56834a2dbab4 100644 (file)
@@ -34,7 +34,7 @@ document.addEventListener("DOMContentLoaded", () => {
     $('body').addClass('init');
 });
 
-setTimeout(function () {
+setInterval(function () {
     $('body').addClass('init');
 }, 2000);
 $(function () {