diff --git a/backend/web/js/galleryWidget.js b/backend/web/js/galleryWidget.js index 7dca732..6d47019 100644 --- a/backend/web/js/galleryWidget.js +++ b/backend/web/js/galleryWidget.js @@ -32,7 +32,7 @@ $( .on( 'click', '#add-image', function(e) { var hash = Math.floor(Math.random() * 89999) + 10000; - var content = '
' + '' + '

' + '
'; + var content = '
' + '
' + '

' + '
'; $('.gw-container') .append(content); // if (document.querySelectorAll(".gw-container > .gw-item").length % 3 === 0) { -- libgit2 0.21.4