Kaynağa Gözat

Fix image insert

svalavuo 1 ay önce
ebeveyn
işleme
37861ae20a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      admin/edit.php

+ 1 - 1
admin/edit.php

@@ -227,7 +227,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
             
             <div class="gallery-actions">
                 <button class="gallery-upload-btn" onclick="wysiwygEditor.showGalleryTab('upload')">Upload New Image</button>
-                <button class="gallery-insert" id="galleryInsertBtn" disabled onclick="wysiwygEditor.insertSelectedImage()">Insert Image</button>
+                <button class="gallery-insert" id="galleryInsertBtn" disabled onclick="wysiwygEditor.insertSelectedImages()">Insert Image</button>
             </div>
         </div>
     </div>